Skip to content

Commit

Permalink
Merge pull request #15730 from Expensify/stites-skinToneMargin
Browse files Browse the repository at this point in the history
Add padding to skin tone picker
  • Loading branch information
danieldoglas authored Mar 9, 2023
2 parents b08bf48 + 7ea32c7 commit 657b439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CONST.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ const CONST = {
ADD_PAYMENT_MENU_POSITION_X: 356,
EMOJI_PICKER_SIZE: {
WIDTH: 320,
HEIGHT: 392,
HEIGHT: 416,
},
NON_NATIVE_EMOJI_PICKER_LIST_HEIGHT: 256,
EMOJI_PICKER_ITEM_HEIGHT: 32,
Expand Down
2 changes: 1 addition & 1 deletion src/components/EmojiPicker/EmojiSkinToneList.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class EmojiSkinToneList extends Component {
render() {
const selectedEmoji = getSkinToneEmojiFromIndex(this.props.preferredSkinTone);
return (
<View style={[styles.flexRow, styles.p1, styles.ph4, styles.emojiPickerContainer]}>
<View style={[styles.flexRow, styles.p3, styles.ph4, styles.emojiPickerContainer]}>
{
!this.state.isSkinToneListVisible && (
<Pressable
Expand Down

0 comments on commit 657b439

Please sign in to comment.