-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
Dark mode color difference between listbox and date picker #1134
Comments
Mmmm yeah I could see that point. I'll ask Hugo and see what he thinks. date picker dropdowns are actually dialogs/modals that are positioned like dropdowns which is the only argument I could see for keeping them different (our modal is darker than the dropdown). But lemme see about this |
@calebporzio the plot thickens: they're actually darker than modals too :) In dark mode the calender uses bg-zinc-900. The modal is bg-zinc-800. |
haha oof - I talked to Hugo and he agrees this should not be the way. We will have to carve out some time to unify these styles I think |
Good catch @ju5t |
@calebporzio There are a few more color differences to compare. Theme: Cyan (bg-accent) Separator vs. Card |
There is also another issue related to inconsistent colours #1093 |
Flux version
v2.0.0
Livewire version
v3.5.20
Tailwind version
v4.0.6
What is the problem?
There seems to be a color difference between the date picker and the listbox in dark mode. The background of the date picker is much darker. This may be intentional but as we use them side by side in forms, it feels a bit off.
Listbox:
Date picker:
Code snippets
How do you expect it to work?
I expected the two backgrounds to be the same, as they are both form elements.
Please confirm (incomplete submissions will not be addressed)
The text was updated successfully, but these errors were encountered: