-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Fixed surface container color #1069
Conversation
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
@devvv4ever Did you say there is a theming problem in the light theme, too? |
yes, I think so. Something is looking different, like that there would too less contrast between bg and cards or so. can you make ss in emulator from 4.3.2 and 4.3.3 and compare? |
Maybe because of the latest Compose update? Since 4.4.2, we updated from
to
|
So the question is: What do we have to do to get the contrast back? |
BOM There's only one version change between them (changelog), and they have this "DropdownMenu now supports custom color, shape, elevation, and border". So probably the change comes from there. |
Or because of
|
That could also be the case. Then the question is whether we want to force the old "tinted" color, or use the new one. |
I think just the contrast for the Cards should be better, right @devvv4ever ? Or are there other things that you have noticed? We should scan through the whole app and see if there are problems with contrast. And of course everything for light + dark mode I guess. |
Should be fine now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good. Now it works again 👍
Purpose
Surface container color was light in dark theme.
Short description
Replaced the color with a dark one.
Checklist