diff --git a/ui/src/app/globals.css b/ui/src/app/globals.css index af1bdc97..7779861a 100644 --- a/ui/src/app/globals.css +++ b/ui/src/app/globals.css @@ -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 */