mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Dark Mode: Token Details (#14056)
This commit is contained in:
parent
579714b7f6
commit
bb41494ccd
@ -12,7 +12,7 @@
|
||||
&::after {
|
||||
font-size: 24px;
|
||||
content: '\00D7';
|
||||
color: var(--black);
|
||||
color: var(--color-icon-default);
|
||||
}
|
||||
}
|
||||
|
||||
@ -42,8 +42,4 @@
|
||||
margin-inline-start: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn--rounded.btn-primary {
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
|
@ -177,7 +177,7 @@ export default function TokenDetailsPage() {
|
||||
: t(networkType)}
|
||||
</Typography>
|
||||
<Button
|
||||
type="primary"
|
||||
type="secondary"
|
||||
className="token-details__hide-token-button"
|
||||
onClick={() => {
|
||||
dispatch(
|
||||
|
Loading…
Reference in New Issue
Block a user