Dark Mode: New Account modal (#14132)

feature/default_network_editable
David Walsh 3 years ago committed by GitHub
parent 7121e9b4bb
commit 57c410f369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      ui/components/app/modals/new-account-modal/index.scss

@ -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…
Cancel
Save