commit: d8324dd80b2beeb96b81b4bc05df12550bbda407
parent caacaf238c0acf6f8e7929f65ce891b43e341a6e
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Thu, 7 Apr 2022 07:24:40 +0000
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
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/shout_panel/shout_panel.vue b/src/components/shout_panel/shout_panel.vue
@@ -98,7 +98,7 @@
.icon {
color: $fallback--text;
- color: var(--text, $fallback--text);
+ color: var(--panelText, $fallback--text);
margin-right: 0.5em;
}