-
Notifications
You must be signed in to change notification settings - Fork 50
Visual tweaks to the fee selector in the send form #466
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
Visual tweaks to the fee selector in the send form #466
Conversation
These are purely cosmetic adjustments: - Make the font size of the selector the same as other send form fields - Lighter color for the option durations - Various spacing tweaks for a more harmonious appearance There are still some very minor details like item height, hover state, etc that we may tweak further as make our design system consistent. But these tweaks here get us very close.
| color: Theme.color.neutral3 | ||
| visible: delegate.hovered | ||
| } | ||
| Separator { |
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.
Is removing the Separator intentional? I mainly ask because it wasn't in your description of the changes.
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.
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.
tACK e06c32a
…the send form 1896c09 Visual tweaks to the fee selector in the send form (GBKS) Pull request description: These are purely cosmetic adjustments: - Make the font size of the selector copy the same as other send form fields - Lighter color for the option durations - Various spacing tweaks for a more harmonious appearance (for example, tighten up the overall popup padding, make the top and bottom padding of each item in the dropdown the same, visually balance left/right padding of each item...) There are still some very minor details like item height, hover state, etc that we may tweak further to make our design system consistent. But these tweaks here should get us very close.  How does that look? Anything else we should adjust? ACKs for top commit: johnny9: tACK 1896c09 Tree-SHA512: 6d29bc0385954b2a26e8e326081240e84ccc92019aead64649968d09ee26506e9ded6e38e4a3b8c9e508569c0fb57ac423a4ccdbe427f297fe7f2d7840eb4c08
…the send form 1896c093e7e1a0eeb5e3068ea0e547b0462363c5 Visual tweaks to the fee selector in the send form (GBKS) Pull request description: These are purely cosmetic adjustments: - Make the font size of the selector copy the same as other send form fields - Lighter color for the option durations - Various spacing tweaks for a more harmonious appearance (for example, tighten up the overall popup padding, make the top and bottom padding of each item in the dropdown the same, visually balance left/right padding of each item...) There are still some very minor details like item height, hover state, etc that we may tweak further to make our design system consistent. But these tweaks here should get us very close.  How does that look? Anything else we should adjust? ACKs for top commit: johnny9: tACK 1896c093e7e1a0eeb5e3068ea0e547b0462363c5 Tree-SHA512: 6d29bc0385954b2a26e8e326081240e84ccc92019aead64649968d09ee26506e9ded6e38e4a3b8c9e508569c0fb57ac423a4ccdbe427f297fe7f2d7840eb4c08

These are purely cosmetic adjustments:
There are still some very minor details like item height, hover state, etc that we may tweak further to make our design system consistent. But these tweaks here should get us very close.
How does that look? Anything else we should adjust?