Skip to content

Commit

Permalink
add new style
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenKKC committed Jul 24, 2023
1 parent 16bb80d commit 9b0614b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/MultipleAvatars.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function getContainerStyles(size) {
containerStyles = [styles.emptyAvatarSmall, styles.emptyAvatarMarginSmall];
break;
case CONST.AVATAR_SIZE.SMALLER:
containerStyles = [styles.emptyAvatarSmaller, styles.emptyAvatarMargin];
containerStyles = [styles.emptyAvatarSmaller, styles.emptyAvatarMarginSmaller];
break;
default:
containerStyles = [styles.emptyAvatar, styles.emptyAvatarMargin];
Expand Down
2 changes: 1 addition & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1964,7 +1964,7 @@ const styles = {
},

emptyAvatarMarginSmaller: {
marginRight: 0,
marginRight: variables.avatarChatSpacing - 4,
},

modalViewContainer: {
Expand Down

0 comments on commit 9b0614b

Please sign in to comment.