Use panel text instead of text for shoutbox icon

This commit is contained in:
Tusooa Zhu 2022-04-06 20:26:37 -04:00
parent 0e56ac1c2b
commit 6de87e8b65
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
.icon {
color: $fallback--text;
color: var(--text, $fallback--text);
color: var(--panelText, $fallback--text);
margin-right: 0.5em;
}