fix: change button light hover color
This commit is contained in:
parent
9580007a10
commit
863e6388d6
@ -13,7 +13,7 @@ const colors = {
|
|||||||
},
|
},
|
||||||
background: {
|
background: {
|
||||||
default:
|
default:
|
||||||
"bg-white dark:bg-black hover:bg-neutral-100 dark:hover:bg-neutral-800",
|
"bg-white dark:bg-black hover:bg-neutral-200 dark:hover:bg-neutral-800",
|
||||||
ghost:
|
ghost:
|
||||||
"bg-black/0 dark:bg-white/0 hover:bg-black/20 dark:hover:bg-white/20",
|
"bg-black/0 dark:bg-white/0 hover:bg-black/20 dark:hover:bg-white/20",
|
||||||
success:
|
success:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user