diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-04-07 07:24:40 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-04-07 07:24:40 +0000 |
| commit | d8324dd80b2beeb96b81b4bc05df12550bbda407 (patch) | |
| tree | 7a0f7908ff074b50092b8c1c8e300f39114c5d18 | |
| parent | caacaf238c0acf6f8e7929f65ce891b43e341a6e (diff) | |
| parent | 6de87e8b658a203a471af0210b6677d22aef9ebb (diff) | |
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
| -rw-r--r-- | src/components/shout_panel/shout_panel.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/shout_panel/shout_panel.vue b/src/components/shout_panel/shout_panel.vue index c88797d1..f3e9ff96 100644 --- 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; } |
