Dark Mode: Update login screeen colors (#13992)

feature/default_network_editable
David Walsh 3 years ago committed by GitHub
parent e2fd3f987f
commit 13e9a2a479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      ui/pages/unlock-page/index.scss

@ -6,10 +6,10 @@
width: 357px;
padding: 30px;
font-weight: 400;
color: var(--silver-chalice);
color: var(--color-text-default);
&__container {
background: var(--white);
background: var(--color-background-default);
display: flex;
align-self: stretch;
justify-content: center;
@ -25,7 +25,7 @@
margin-top: 5px;
font-weight: 800;
color: var(--tundora);
color: var(--color-text-alternative);
}
&__form {
@ -50,7 +50,7 @@
font-size: 0.75rem;
a {
color: var(--Blue-500);
color: var(--color-primary-default);
}
}
}

Loading…
Cancel
Save