Use button text in reaction counter

shigusegubu-vue3^2
tusooa 10 months ago
parent dc2ff9b2d2
commit b82f2a3543
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51
  1. 2
      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);

Loading…
Cancel
Save