-
Notifications
You must be signed in to change notification settings - Fork 2
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
TRCL-3281 : Add transfer entry point to profile page pt 2 - UI Tweaks #32
TRCL-3281 : Add transfer entry point to profile page pt 2 - UI Tweaks #32
Conversation
TRCL-3281 Add transfer entry point to profile page pt 2 - UI Tweaks
the original designs have been adjusted slightly from Design: created a section with feedback
|
let dragIndicator = Rectangle() | ||
.themeColor(background: .layer1) | ||
.frame(width: 36, height: 4) | ||
.clipShape(.capsule) |
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.
only effective change here was rounding colors per Dan's feedback
7c7ee3e
to
c0440d5
Compare
c0440d5
to
798c3c5
Compare
@@ -9,7 +9,7 @@ | |||
"layer_1": "#EDF0F2", | |||
"layer_2": "#F9FAFB", | |||
"layer_3": "#EDF0F2", | |||
"layer_4": "#E0E6EB", | |||
"layer_4": "#FFFFFF", |
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.
this color had been incorrect, see figma
…#32) * apply design feedback * update more colors to match design * enable profile buttons always * clean up undo podfile lock changes * fix compile issue
…#32) * apply design feedback * update more colors to match design * enable profile buttons always * clean up undo podfile lock changes * fix compile issue
…#32) * apply design feedback * update more colors to match design * enable profile buttons always * clean up undo podfile lock changes * fix compile issue
Links (dYdX Internal Use Only)
Linear Ticket: TRCL-3281 : Add transfer entry point to profile page pt 2 - UI Tweaks
Figma Design: (https://www.figma.com/file/fMQodZKzn9B5aZTN5G0fLJ/dYdX-%E2%80%BA-Desktop?type=design&node-id=20085%3A7145&mode=design&t=NFDL4j2GWUVuLDWT-1)
Description / Intuition
Before/After Screenshots or Videos
Type of Change