fix purchase price color on dark mode

This commit is contained in:
Sean Yesmunt 2020-09-30 14:02:45 -04:00
parent 0ee1ad69e9
commit 1628f32fe1

View file

@ -1,6 +1,6 @@
.credit-amount {
font-weight: bold;
color: var(--color-text);
color: var(--color-purchased-text);
.icon {
margin-bottom: 2px;