logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
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:

Msrc/components/emoji_reactions/emoji_reactions.vue2++
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);