-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add padding to top and bottom of hamburgerButton #1380
Conversation
c6dab4d
to
68aea16
Compare
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.
lgtm, needs qa though
68aea16
to
85e57bc
Compare
Android looks good 👍 However, on iOS, only while on the browser, the menu tap area only shows two lines compared to the traditional three lines checked on: I couldn't see this issue at all happening on the following Android devices: |
040365e
to
4e29a46
Compare
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.
Looks good on both OS's, QA Passed 👍
* Add padding to top and bottom of hamburgerButton * Decrease top and bottom padding for iOS
Description
Similar to #1333 this increases top and bottom padding for the hamburger menu icon so there's less chance of missing it. I also removed the
moreIcon
which is unused and opted to create a newhamburgerButton
style key sincebackButton
is being used for other items.this will need to be tested.
Before
After
Checklist
Issue
Resolves #???