^ Looks better in your screenshot. You likely have a tailwind "dark:" prefix that is fucking with how it's being displayed on certain devices that have dark mode enabled, which is why I never use the dark CSS utilities that tailwind provides
The login UI looks like this for me and does not blend in with the rest of the theme, it should be light themed as well (see below)
^ Looks better in your screenshot. You likely have a tailwind "dark:" prefix that is fucking with how it's being displayed on certain devices that have dark mode enabled, which is why I never use the dark CSS utilities that tailwind provides
The login UI looks like this for me and does not blend in with the rest of the theme, it should be light themed as well (see below)
Ah, that is not intended will remove them. Thanks Ben!