From 13e9a2a4798ef0dae888a2e1aec5daa09cbd94b5 Mon Sep 17 00:00:00 2001 From: David Walsh Date: Wed, 16 Mar 2022 14:03:10 -0500 Subject: [PATCH] Dark Mode: Update login screeen colors (#13992) --- ui/pages/unlock-page/index.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/pages/unlock-page/index.scss b/ui/pages/unlock-page/index.scss index 6d816a21f..8e3932715 100644 --- a/ui/pages/unlock-page/index.scss +++ b/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); } } }