fix staked lbc amount on dark mode

This commit is contained in:
Sean Yesmunt 2020-09-30 16:54:34 -04:00
parent a92a3305b1
commit 5ab94e25b7

View file

@ -1,6 +1,6 @@
.credit-amount { .credit-amount {
font-weight: bold; font-weight: bold;
color: var(--color-purchased-text); color: var(--color-text);
.icon { .icon {
margin-bottom: 2px; margin-bottom: 2px;
@ -18,6 +18,7 @@
position: relative; position: relative;
margin-left: var(--spacing-m); margin-left: var(--spacing-m);
white-space: nowrap; white-space: nowrap;
color: var(--color-purchased-text);
} }
&::before { &::before {