fix purchase price color on dark mode
This commit is contained in:
parent
0ee1ad69e9
commit
1628f32fe1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
.credit-amount {
|
.credit-amount {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: var(--color-text);
|
color: var(--color-purchased-text);
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
|
|
Loading…
Reference in a new issue