feat: updates

This commit is contained in:
qier222 2022-03-17 14:45:04 +08:00
parent 950f72d4e8
commit f54d2ded5c
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
26 changed files with 361 additions and 166 deletions

View file

@ -18,7 +18,7 @@ const IconButton = ({
className,
'relative transform cursor-default p-2 transition duration-200',
!disabled &&
'btn-pressed-animation btn-hover-animation after:bg-black/[.06]',
'btn-pressed-animation btn-hover-animation after:bg-black/[.06] dark:after:bg-white/10',
disabled && 'opacity-30'
)}
>