From a0c91163498ce4b6d79c7af284a53f5b7b4d1c69 Mon Sep 17 00:00:00 2001 From: David Walsh Date: Wed, 23 Mar 2022 10:37:25 -0500 Subject: [PATCH] Dark Mode: Remove Account modal (#14127) --- ui/components/app/modals/confirm-remove-account/index.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/components/app/modals/confirm-remove-account/index.scss b/ui/components/app/modals/confirm-remove-account/index.scss index e30673843..055dd46da 100644 --- a/ui/components/app/modals/confirm-remove-account/index.scss +++ b/ui/components/app/modals/confirm-remove-account/index.scss @@ -6,7 +6,7 @@ } &__account { - border: 1px solid #b7b7b7; + border: 1px solid var(--color-border-default); border-radius: 4px; padding: 10px; display: flex; @@ -36,7 +36,7 @@ @include H8; display: block; - color: #9b9b9b; + color: var(--color-text-muted); } &__link { @@ -56,6 +56,6 @@ } &__link { - color: #2f9ae0; + color: var(--color-primary-default); } }