feat: update background colors
test-build / guarddog (push) Successful in 1m12s
test-build / build (push) Successful in 1m30s

This commit is contained in:
2026-05-21 15:57:34 -05:00
parent 901a641b59
commit f71b28adf0
5 changed files with 18 additions and 22 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
@utility button-base-hidden {
@apply transition-all duration-300
border border-transparent
hover:bg-neutral-200 dark:hover:bg-neutral-700
hover:bg-mist-200 dark:hover:bg-mist-700
p-2
}
@@ -41,7 +41,7 @@
@utility button-bg-neutral {
@apply transition-all duration-300
border border-neutral-100 dark:border-stone-500/20
border border-neutral-100 dark:border-mist-700/20
bg-background-card hover:bg-neutral-100 dark:hover:bg-neutral-800/90
}