aboutsummaryrefslogtreecommitdiff
path: root/src/components/shout_panel/shout_panel.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/shout_panel/shout_panel.vue')
-rw-r--r--src/components/shout_panel/shout_panel.vue2
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;
}