improved coloring

This commit is contained in:
Daniel
2023-08-22 18:34:46 -04:00
parent acc974ecfe
commit e47aef8123
19 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -192,7 +192,7 @@
/* react-select */
@layer components {
.react-select-container .react-select__control {
@apply dark:bg-neutral-950 dark:border-neutral-700 dark:hover:border-neutral-500;
@apply dark:bg-neutral-950 bg-gray-50 dark:border-neutral-700 dark:hover:border-neutral-500;
}
.react-select-container {