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 {