We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The theme shipped without good dark-mode support for select options:
My fix was to add it to the select__option key, however, ideally it would come built-in.
select__option
select__option: { "group-data-[disabled]:opacity-50": true, "group-data-[disabled]:select-none": true, "group-data-[multiple]:checked:bg-indigo-100": true, "group-data-[multiple]:focus:bg-indigo-100": true, "group-data-[multiple]:text-sm": true, "group-data-[multiple]:outline-none": true, "group-data-[multiple]:border-none": true, "group-data-[multiple]:py-1.5": true, "group-data-[multiple]:px-1.5": true, "dark:group-data-[multiple]:focus:bg-indigo-700": true, "dark:group-data-[multiple]:checked:bg-indigo-700": true, "dark:bg-gray-900": true // added },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The theme shipped without good dark-mode support for select options:
My fix was to add it to the
select__option
key, however, ideally it would come built-in.The text was updated successfully, but these errors were encountered: