logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 6de87e8b658a203a471af0210b6677d22aef9ebb
parent 0e56ac1c2ba198cd6c91586803758ed0e88cab38
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Wed,  6 Apr 2022 20:26:37 -0400

Use panel text instead of text for shoutbox icon

Diffstat:

Msrc/components/shout_panel/shout_panel.vue2+-
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; }