mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
fix text color for paid content
This commit is contained in:
parent
769c2e8610
commit
486dd44b32
1 changed files with 1 additions and 1 deletions
|
@ -113,5 +113,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__loading-text {
|
.content__loading-text {
|
||||||
color: black;
|
color: var(--color-white);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue