aboutsummaryrefslogtreecommitdiff
path: root/src/components/react_button
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-10-28 21:31:16 +0200
committerHenry Jameson <me@hjkos.com>2020-10-28 21:31:16 +0200
commitb6cf2bcefd5ddd20c11ee4b0d0f94e29e8f59c40 (patch)
tree256acfc82023d3c15c6dcba9708464db50ed981a /src/components/react_button
parenteb04ed865e1afd7cede44017deb13298a8aa76dd (diff)
improved the semantics for our icon scale, fixed preview, fixed navbar desktop
Diffstat (limited to 'src/components/react_button')
-rw-r--r--src/components/react_button/react_button.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/react_button/react_button.vue b/src/components/react_button/react_button.vue
index 8395d5e3..694e6470 100644
--- a/src/components/react_button/react_button.vue
+++ b/src/components/react_button/react_button.vue
@@ -38,9 +38,8 @@
</div>
<FAIcon
slot="trigger"
- class="button-icon add-reaction-button"
+ class="fa-scale-110 fa-old-padding add-reaction-button"
:icon="['far', 'smile-beam']"
- size="lg"
:title="$t('tool_tip.add_reaction')"
/>
</Popover>