Skip to content

Commit

Permalink
update spacing to 4px
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayasalvi committed Mar 2, 2023
1 parent aa53ea8 commit fea8a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EmojiPicker/CategoryShortcutButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class CategoryShortcutButton extends PureComponent {
<Tooltip
containerStyles={[styles.flex1, styles.alignSelfStretch, styles.alignItemsCenter, styles.justifyContentCenter]}
text={this.props.translate(`emojiPicker.headers.${this.props.code}`)}
shiftVertical={-2}
shiftVertical={-4}
>
<Icon
fill={themeColors.icon}
Expand Down

0 comments on commit fea8a48

Please sign in to comment.