Skip to content

Commit

Permalink
fix(fuselage): MessageReactionAction icon size (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored Aug 24, 2023
1 parent 927e6aa commit 2acb19f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export const MessageReactionAction = ({
.join(' ')}
{...props}
>
<Icon name='emoji-plus' size={16} />
<Icon name='emoji-plus' size='x16' />
</div>
);

0 comments on commit 2acb19f

Please sign in to comment.