Skip to content

Commit

Permalink
fix: RewardsWithoutThreshold value color darker
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek committed Jul 16, 2024
1 parent ac975f0 commit eaf1cb8
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,18 @@

.section {
font-weight: $font-weight-bold;
color: $color-octant-grey5;

.label {
font-size: $font-size-12;
height: 1.6rem;
margin-bottom: 0.4rem;
display: flex;
align-items: center;
color: $color-octant-grey5;
}

.value {
color: $color-octant-dark;
}

&.leftSection {
Expand Down

0 comments on commit eaf1cb8

Please sign in to comment.