replace tw colors with semantic colors [WIP]

This commit is contained in:
daniel31x13
2023-11-24 09:39:38 -05:00
parent 75d4fce8ec
commit a8172a9dbe
51 changed files with 166 additions and 170 deletions
+5 -5
View File
@@ -160,17 +160,17 @@ body {
/* react-select */
@layer components {
.react-select-container .react-select__control {
@apply dark:bg-neutral-950 bg-gray-50 dark:border-neutral-700 dark:hover:border-neutral-500;
}
.react-select-container {
@apply dark:border-neutral-700;
@apply dark:bg-neutral-950 bg-gray-50 dark:hover:border-neutral-500;
}
.react-select-container .react-select__menu {
@apply dark:bg-neutral-900 dark:border-neutral-700 border;
}
.react-select-container .react-select__menu {
@apply dark:bg-neutral-900 border;
}
.react-select-container .react-select__option {
@apply dark:hover:bg-neutral-800;
}