1
0
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:
David Walsh 2022-03-23 10:15:42 -05:00 committed by GitHub
parent 7121e9b4bb
commit 57c410f369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;