Skip to content

Commit

Permalink
chore: updating account list item text and static hex values
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Feb 14, 2025
1 parent cc389d8 commit 9aebec3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion ui/components/app/assets/nfts/nft-details/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ $spacer-break-small: 16px;
padding-top: 8px;
padding-bottom: 8px;
border-radius: var(--Spacing-sm, 8px);
border: 1px solid var(--border-muted, #d6d9dc);
border: 1px solid var(--color-border-muted);
}
}
7 changes: 0 additions & 7 deletions ui/components/multichain/account-list-item/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@
align-self: self-end;
}

/* Prevent font-size resizing to avoid conflcits for long asset and token names */
&__account-name button,
&__asset,
&__tooltip {
font-size: 14px !important;
}

&__avatar {
margin-inline-end: 2px;
}
Expand Down
5 changes: 0 additions & 5 deletions ui/components/multichain/address-list-item/index.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
.address-list-item {
/* Set explicitly to match the font-size of AccountListItem */
&__label {
font-size: 14px !important;
}

&__duplicate-contact-warning-icon {
margin-left: auto;
align-self: center;
Expand Down
4 changes: 2 additions & 2 deletions ui/pages/confirmations/components/confirm/nav/nav.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.confirm_nav {
&__reject_all {
background-color: var(--color-error-muted);
color: #d73847;
color: var(--color-error-default);
font-size: 12px;
height: 20px;
padding-left: 8px !important;
Expand All @@ -10,7 +10,7 @@
&:hover {
background-color: var(--color-error-muted) !important;
box-shadow: none !important;
color: #d73847 !important;
color: var(--color-error-default-hover) !important;
}

> span {
Expand Down

0 comments on commit 9aebec3

Please sign in to comment.