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:
HJ 2022-04-07 07:24:40 +00:00
commit d8324dd80b
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;
}