fix staked lbc amount on dark mode
This commit is contained in:
parent
a92a3305b1
commit
5ab94e25b7
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue