diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-06 20:26:37 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-06 20:30:23 -0400 |
| commit | 6de87e8b658a203a471af0210b6677d22aef9ebb (patch) | |
| tree | 03c918d3f5fc941a8b4808b18a8736607f405a04 /src/components/shout_panel/shout_panel.vue | |
| parent | 0e56ac1c2ba198cd6c91586803758ed0e88cab38 (diff) | |
Use panel text instead of text for shoutbox icon
Diffstat (limited to 'src/components/shout_panel/shout_panel.vue')
| -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; } |
