Hey, thanks for your feedback. That's weird I see it like this (see image). The login page has a darker gray color, do you mean that? Should it be white?
^ 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)
Hey, thanks for your feedback. That's weird I see it like this (see image). The login page has a darker gray color, do you mean that? Should it be white?
Thanks!
^ 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!