-
-
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
fix: fix padding tab, should be 16px #8146
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
E2E test started on Bitrise: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/51c1e3e1-7e22-4c00-b364-2dca8a9a9ead |
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.
that looks a lot cleaner! from what I can see from the design link below, do you think you can align the vertical padding, font styles, font colors, and bottom border color of each tab item?
https://www.figma.com/file/9s1RkDrGQYNhtJrsqvfNJW/MC-(Multichain)-mobile-v0.75?type=design&node-id=9-6412&mode=design&t=bb3vLdTNM6W0VdJp-0
@brianacnguyen done |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #8146 +/- ##
=======================================
Coverage 39.65% 39.65%
=======================================
Files 1233 1233
Lines 29820 29820
Branches 2840 2840
=======================================
Hits 11824 11824
Misses 17307 17307
Partials 689 689 ☔ View full report in Codecov by Sentry. |
Hi @salimtb - Thank you for checking with me. Ideally the goal is to add paddings to tab bar only as @brianacnguyen suggested. |
926b76e
to
231c708
Compare
the changes suggested after the design review are done , i also updated the recorded video |
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.
Everything looks good! Just 1 last comment regarding text style
231c708
to
a5303a2
Compare
a5303a2
to
1a2fbc3
Compare
1a2fbc3
to
f0fe050
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Description
Currently segmented controls on wallet view, import token view, network view have no paddings on the side. Need to match designs and have 16px paddings on each side.
On import token view and network view, copies for segments are in all caps. Should be using normal sentence case (e.g. "Custom networks" instead of "CUSTOM NETWORKS"), font "Body-MD-Medium", and color "text/default" & "primary/default".
Related issues
Fixes: #8060
Manual testing steps
Screenshots/Recordings
Before
before.mov
After
Screen.Recording.2024-01-03.at.13.03.50.mov
Pre-merge author checklist
Pre-merge reviewer checklist