1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00

Dark Mode: Update login screeen colors (#13992)

This commit is contained in:
David Walsh 2022-03-16 14:03:10 -05:00 committed by GitHub
parent e2fd3f987f
commit 13e9a2a479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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