changed classNames

This commit is contained in:
daniel31x13
2023-11-26 05:17:08 -05:00
parent 0a398d1fd9
commit b51b08b0f4
42 changed files with 107 additions and 119 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ body {
/* react-select */
@layer components {
.react-select-container .react-select__control {
@apply dark:bg-neutral-950 bg-gray-50 dark:hover:border-neutral-500;
@apply bg-base-200 dark:hover:border-neutral-500 border-red-500 border;
}
.react-select-container .react-select__menu {