mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
feat: updates
This commit is contained in:
parent
950f72d4e8
commit
f54d2ded5c
26 changed files with 361 additions and 166 deletions
|
|
@ -115,7 +115,11 @@ const Header = memo(
|
|||
PLAY
|
||||
</Button>
|
||||
|
||||
<Button color={ButtonColor.Gray} isSkelton={isLoading}>
|
||||
<Button
|
||||
color={ButtonColor.Gray}
|
||||
isSkelton={isLoading}
|
||||
onClick={() => toast('Work in progress')}
|
||||
>
|
||||
<SvgIcon name="heart" className="h-4 w-4" />
|
||||
</Button>
|
||||
|
||||
|
|
@ -123,6 +127,7 @@ const Header = memo(
|
|||
color={ButtonColor.Gray}
|
||||
iconColor={ButtonColor.Gray}
|
||||
isSkelton={isLoading}
|
||||
onClick={() => toast('Work in progress')}
|
||||
>
|
||||
<SvgIcon name="more" className="h-4 w-4" />
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue