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 {
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 {