1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Dark Mode: Token Details (#14056)

This commit is contained in:
David Walsh 2022-03-21 08:33:06 -05:00 committed by GitHub
parent 579714b7f6
commit bb41494ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -12,7 +12,7 @@
&::after { &::after {
font-size: 24px; font-size: 24px;
content: '\00D7'; content: '\00D7';
color: var(--black); color: var(--color-icon-default);
} }
} }
@ -42,8 +42,4 @@
margin-inline-start: 20px; margin-inline-start: 20px;
} }
} }
.btn--rounded.btn-primary {
background-color: #fff;
}
} }

View File

@ -177,7 +177,7 @@ export default function TokenDetailsPage() {
: t(networkType)} : t(networkType)}
</Typography> </Typography>
<Button <Button
type="primary" type="secondary"
className="token-details__hide-token-button" className="token-details__hide-token-button"
onClick={() => { onClick={() => {
dispatch( dispatch(