-
Notifications
You must be signed in to change notification settings - Fork 5k
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
chore: PortfolioView™: Design Review Cleanup: Networks, sort, & Menu #28663
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. |
|
||
.currency-display-component__text, | ||
.currency-display-component__suffix { | ||
color: var(--color-text-alternative); |
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.
Did this with CSS because the CurrencyDisplay component doesn't use DS, and I desperately want to avoid changing that as it's used everywhere.
@@ -33,6 +33,7 @@ const AssetListControlBar = ({ | |||
disabled={!shouldShowTokensLinks} | |||
size={ButtonBaseSize.Sm} | |||
startIconName={IconName.MoreVertical} | |||
startIconProps={{ marginInlineEnd: 0 }} |
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.
name={IconName.Refresh} | ||
size={IconSize.Sm} | ||
marginInlineEnd={2} | ||
/> |
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.
Builds ready [992abf4]
Page Load Metrics (2061 ± 88 ms)
Bundle size diffs
|
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. I noticed some instances of ButtonBase
outside of this PR that should be using ButtonIcon
, but those can be refactored in a subsequent PR.
Description
Improves various design review aspects pointed out by @amandaye0h
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist