diff --git a/src/components/RoomHeaderAvatars.tsx b/src/components/RoomHeaderAvatars.tsx index e7ef5d570ac6..93e0f7fd34dc 100644 --- a/src/components/RoomHeaderAvatars.tsx +++ b/src/components/RoomHeaderAvatars.tsx @@ -72,7 +72,7 @@ function RoomHeaderAvatars({icons, report, policy, participants}: RoomHeaderAvat errors={report.errorFields?.avatar ?? null} errorRowStyles={styles.mt6} onErrorClose={() => clearAvatarErrors(report.reportID)} - style={[styles.w100, styles.mb3, styles.alignItemsStart, styles.sectionMenuItemTopDescription]} + style={[styles.mb3, styles.w100, styles.alignItemsCenter]} type={icon.type} editorMaskImage={expensifyIcons.ImageCropSquareMask} name={icon.name}