-
-
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
[docs] Make AppBar height and border consistent with nav header #28085
Conversation
borderColor: | ||
theme.palette.mode === 'dark' ? theme.palette.primaryDark[700] : theme.palette.grey[100], | ||
borderWidth: 0, | ||
borderBottomWidth: 'thin', |
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.
@michaldudak should it be 1px
to be explicit? I am not sure we have thin
in the codebase or not.
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.
we have in Divider
.
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.
Yeah, I wanted to make it consistent with the divider
I think a lot of people must be satisfied about this. 😂 |
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.
Nice
This is the type of adjustment that let us sleep better 🙏 |
Makes the position and sharpness of the AppBar bottom border consistent with the navigation drawer header
Previously:
![prev](https://user-images.githubusercontent.com/4696105/131636679-234ff776-97a1-463a-85b9-9ee4e86b1d9d.PNG)
Now:
![curr](https://user-images.githubusercontent.com/4696105/131637114-cc0f8031-b440-4bbd-af86-e65f64943f14.PNG)