mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Dark Mode: Fix Import Token Styles (#14099)
This commit is contained in:
parent
09efa19d2b
commit
063b9e3b25
@ -4,11 +4,6 @@
|
||||
.actionable-message {
|
||||
margin-top: 0;
|
||||
|
||||
&--danger {
|
||||
border-color: var(--Red-300);
|
||||
background: var(--Red-000);
|
||||
}
|
||||
|
||||
&__message {
|
||||
color: var(--color-text-default);
|
||||
text-align: left;
|
||||
@ -17,7 +12,7 @@
|
||||
|
||||
&__contract-address {
|
||||
border-radius: 8px;
|
||||
background-color: var(--Grey-000);
|
||||
background-color: var(--color-background-alternative);
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user