better input coloring in darkmode

This commit is contained in:
Daniel
2023-08-17 16:05:44 -04:00
parent 122b331efa
commit bf8a0df4c2
14 changed files with 79 additions and 76 deletions
+1 -3
View File
@@ -183,7 +183,6 @@
}
/* Theme */
@layer base {
body {
@apply dark:bg-neutral-900 bg-white dark:text-white;
@@ -191,10 +190,9 @@
}
/* react-select */
@layer components {
.react-select-container .react-select__control {
@apply dark:bg-neutral-900 dark:border-neutral-700 dark:hover:border-neutral-500;
@apply dark:bg-neutral-950 dark:border-neutral-700 dark:hover:border-neutral-500;
}
.react-select-container {