mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
Dark Mode: New Account modal (#14132)
This commit is contained in:
parent
7121e9b4bb
commit
57c410f369
@ -23,7 +23,7 @@
|
||||
&__header-close {
|
||||
@include H4;
|
||||
|
||||
color: #24292e;
|
||||
color: var(--color-icon-default);
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
@ -38,6 +38,7 @@
|
||||
|
||||
background: var(--color-background-default);
|
||||
border: 1px solid var(--color-border-muted);
|
||||
color: var(--color-text-default);
|
||||
box-sizing: border-box;
|
||||
border-radius: 8px;
|
||||
padding: 0.625rem 0.75rem;
|
||||
|
Loading…
Reference in New Issue
Block a user