From 5ab94e25b7504ea9e4dc4618f954ed48aa49401e Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 30 Sep 2020 16:54:34 -0400 Subject: [PATCH] fix staked lbc amount on dark mode --- ui/scss/component/_purchase.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/scss/component/_purchase.scss b/ui/scss/component/_purchase.scss index d6ba92fcd..dc3d28a99 100644 --- a/ui/scss/component/_purchase.scss +++ b/ui/scss/component/_purchase.scss @@ -1,6 +1,6 @@ .credit-amount { font-weight: bold; - color: var(--color-purchased-text); + color: var(--color-text); .icon { margin-bottom: 2px; @@ -18,6 +18,7 @@ position: relative; margin-left: var(--spacing-m); white-space: nowrap; + color: var(--color-purchased-text); } &::before {