feat: update background colors
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user