mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
feat: updates
This commit is contained in:
parent
fb21405bf9
commit
1b05297885
46 changed files with 234 additions and 114 deletions
|
|
@ -16,7 +16,7 @@ const IconButton = ({
|
|||
onClick={onClick}
|
||||
className={classNames(
|
||||
className,
|
||||
'relative transform cursor-default p-2 transition duration-200',
|
||||
'relative transform cursor-default p-1.5 transition duration-200',
|
||||
!disabled &&
|
||||
'btn-pressed-animation btn-hover-animation after:bg-black/[.06] dark:after:bg-white/10',
|
||||
disabled && 'opacity-30'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue