Fix issue with hover styling on select components.

This commit is contained in:
Jaret Burkett 2026-04-28 10:55:20 -06:00
parent 43989cc19e
commit 77b8765939
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ body {
/* options */
.aitk-react-select-container .aitk-react-select__option {
@apply text-sm text-gray-200 bg-gray-950 dark:bg-gray-800 hover:bg-gray-700;
@apply text-sm text-gray-200 bg-gray-950 dark:bg-gray-800 hover:bg-gray-700 dark:hover:bg-gray-700 cursor-pointer;
}
/* indicator separator */