From eaf1cb85d6c0623b3f94343c43dbc000b1a66b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Zi=C3=B3=C5=82ek?= Date: Tue, 16 Jul 2024 10:22:39 +0200 Subject: [PATCH] fix: RewardsWithoutThreshold value color darker --- .../RewardsWithoutThreshold.module.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/src/components/shared/RewardsWithoutThreshold/RewardsWithoutThreshold.module.scss b/client/src/components/shared/RewardsWithoutThreshold/RewardsWithoutThreshold.module.scss index 0574dfaef3..0c225a481c 100644 --- a/client/src/components/shared/RewardsWithoutThreshold/RewardsWithoutThreshold.module.scss +++ b/client/src/components/shared/RewardsWithoutThreshold/RewardsWithoutThreshold.module.scss @@ -20,7 +20,6 @@ .section { font-weight: $font-weight-bold; - color: $color-octant-grey5; .label { font-size: $font-size-12; @@ -28,6 +27,11 @@ margin-bottom: 0.4rem; display: flex; align-items: center; + color: $color-octant-grey5; + } + + .value { + color: $color-octant-dark; } &.leftSection {