forked from AkkomaGang/akkoma-fe
Use panel text instead of text for shoutbox icon
This commit is contained in:
parent
0e56ac1c2b
commit
6de87e8b65
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
color: $fallback--text;
|
color: $fallback--text;
|
||||||
color: var(--text, $fallback--text);
|
color: var(--panelText, $fallback--text);
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue