From b82f2a3543b733eda9ce52d60d6b7aba60f787d0 Mon Sep 17 00:00:00 2001 From: tusooa Date: Mon, 22 May 2023 23:09:05 -0400 Subject: [PATCH] Use button text in reaction counter --- src/components/emoji_reactions/emoji_reactions.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/emoji_reactions/emoji_reactions.vue b/src/components/emoji_reactions/emoji_reactions.vue index 20a1f4a1..92fc58ca 100644 --- a/src/components/emoji_reactions/emoji_reactions.vue +++ b/src/components/emoji_reactions/emoji_reactions.vue @@ -101,6 +101,8 @@ display: inline-flex; justify-content: center; align-items: center; + color: $fallback--text; + color: var(--btnText, $fallback--text); &.-picked-reaction { border: 1px solid var(--accent, $fallback--link);