-
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
Changes from all commits
2d6c68e
89c62e0
0b2e4cb
51042b2
0bf2c90
e8326af
992abf4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 commentThe reason will be displayed to describe this comment to others. Learn more. |
||
backgroundColor={BackgroundColor.backgroundDefault} | ||
color={TextColor.textDefault} | ||
onClick={onClick} | ||
|
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
.selectable-list-item { | ||
cursor: pointer; | ||
padding: 12px 16px; | ||
padding: 16px; | ||
|
||
&--selected { | ||
background: var(--color-primary-muted); | ||
|
@@ -24,4 +24,9 @@ | |
top: 4px; | ||
left: 4px; | ||
} | ||
|
||
.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 commentThe 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 commentThe 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. |
||
} | ||
} |
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.
Icons: