[BUGFIX] color text and btn dark-mode

This commit is contained in:
Marie Birner
2023-11-09 19:40:41 +01:00
parent 3467e02748
commit 609483f1df
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
}
&-gray {
@apply bg-gray-400 hover:bg-gray-500 dark:bg-primary-600 focus-visible:outline-primary-500;
@apply bg-gray-400 hover:bg-gray-500 focus-visible:outline-primary-500;
}
&-attention {