Skip to content

Commit

Permalink
Merge pull request #29483 from Pujan92/fix/29439
Browse files Browse the repository at this point in the history
[CP Staging] Fix: Send money - Avatars and names overlap in Send money report details page

(cherry picked from commit f3789ab)
  • Loading branch information
mountiny authored and OSBotify committed Oct 12, 2023
1 parent f1a6997 commit c8761fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/StyleUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,9 @@ function getContainerStyles(size: string, isInReportAction = false): Array<ViewS
case CONST.AVATAR_SIZE.MEDIUM:
containerStyles = [styles.emptyAvatarMedium, styles.emptyAvatarMargin];
break;
case CONST.AVATAR_SIZE.LARGE:
containerStyles = [styles.emptyAvatarLarge, styles.mb2, styles.mr2];
break;
default:
containerStyles = [styles.emptyAvatar, isInReportAction ? styles.emptyAvatarMarginChat : styles.emptyAvatarMargin];
}
Expand Down

0 comments on commit c8761fe

Please sign in to comment.