-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[website] Improve visual design app bar #35111
Conversation
|
Signed-off-by: danilo leal <67129314+danilo-leal@users.noreply.github.com>
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.
Looking fine to me⎯especially with the reduced blur!
It looks good 👍, my main concern was the broken contrast ratio when the appbar hovers a dark area in light mode. |
@danilo-leal Regarding
Did you expect to update the docs as well? e.g. https://deploy-preview-35111--material-ui.netlify.app/material-ui/getting-started/overview/ is still using 20px |
I did, yeah! There you go a PR making it consistent ☝️ |
Co-authored-by: danilo leal <67129314+danilo-leal@users.noreply.github.com>
Co-authored-by: danilo leal <67129314+danilo-leal@users.noreply.github.com>
A visual bug that I saw on https://mui.com/blog/date-pickers-stable-v5/
Before
After
The dark background color leaks too much into the app bar, reducing the opacity helps, I'm not sure that I went far enough, but at least, this feels already a step forward.