tailwindlabs / headlessui

Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
https://headlessui.com
MIT License
25.81k stars 1.07k forks source link

[DOCS]: Fieldset/Select example styling is off (Chrome) #3200

Closed tseidler closed 4 months ago

tseidler commented 4 months ago

The options for the selects aren't visible in my Chrome browser. It works fine in FireFox though..

https://headlessui.com/react/fieldset https://headlessui.com/react/select

image

image

Firefox:

image

RobinMalfait commented 4 months ago

Hey!

Thanks this should be fixed and will be live shortly. Turns out that adding color: white on the <select> also applies the color: white to the <option> elements but only on Windows.