commit: b82f2a3543b733eda9ce52d60d6b7aba60f787d0
parent dc2ff9b2d293a444d4af261692a307f96f27a60f
Author: tusooa <tusooa@kazv.moe>
Date: Mon, 22 May 2023 23:09:05 -0400
Use button text in reaction counter
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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);