In a recent PR the dark mode has been introduced with 3 available options: auto (system), light and dark.
However, to preserve brand standards, but also remain aligned to how any other web apps out there do it, the default should always start from light.
This would also ensure that anyone that was already using tailwindui, and made custom extensions to it, does not get "slapped" with "auto" (and the system is set to dark) and end up having a theme that looks more like a dalmatian than a dark mode theme - cause obviously previous users never accommodated for dark mode being introduced.
In a recent PR the dark mode has been introduced with 3 available options: auto (system), light and dark.
However, to preserve brand standards, but also remain aligned to how any other web apps out there do it, the default should always start from light.
This would also ensure that anyone that was already using tailwindui, and made custom extensions to it, does not get "slapped" with "auto" (and the system is set to dark) and end up having a theme that looks more like a dalmatian than a dark mode theme - cause obviously previous users never accommodated for dark mode being introduced.