etn-ccis / blui-react-showcase-demo

A sample project for testing new components, themes, etc.
1 stars 3 forks source link

fix: issue#31: moves the navigation icon before the title #91

Closed AlanLes closed 2 years ago

AlanLes commented 2 years ago

Fixes #31.

Changes proposed in this Pull Request:

Screenshots:

image
joebochill commented 2 years ago

Looks good. Can you make a quick adjustment to the spacing so that it matches the spec here (16px to left of icon, 32px to the right): https://brightlayer-ui.github.io/patterns/appbar#mobile

You should be able to do that by tweaking the IconButton in getNavigationIcon:

 <IconButton 
+ edge={'start'}
+ sx={{mr: 2.5}}
 >
AlanLes commented 2 years ago

Sure thing! 🙂 👍