fix: change button light hover color

This commit is contained in:
p-sw 2024-06-01 07:47:46 +09:00
parent 9580007a10
commit 863e6388d6

View File

@ -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: