From 34d365efcee80373bd2b875df7a458d9e253882d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 22 Sep 2021 13:01:30 -0500 Subject: [PATCH] StatusActionBar: increase size of emoji reaction --- app/styles/components/emoji-reacts.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/styles/components/emoji-reacts.scss b/app/styles/components/emoji-reacts.scss index 160b15d73..a38a2df67 100644 --- a/app/styles/components/emoji-reacts.scss +++ b/app/styles/components/emoji-reacts.scss @@ -137,6 +137,11 @@ height: 20px; } + .icon-button__emoji .emojione { + width: 20px; + height: 20px; + } + svg.icon-tabler { // Tabler icons are a little thicker than Feather icons stroke-width: 1.6px !important;