mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
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 {
|
.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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue