Merge branch 'from/develop/tusooa/shoutbox-icon-paneltext' into 'develop'
Use panel text instead of text for shoutbox icon See merge request pleroma/pleroma-fe!1508
This commit is contained in:
commit
d8324dd80b
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