Skip to content

Commit

Permalink
update padding horizontal
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Kosmydel <[email protected]>
  • Loading branch information
filip-solecki and kosmydel authored Jan 25, 2024
1 parent a0aa9bf commit 6258ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/InitialSettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function InitialSettingsPage(props) {
const accountID = lodashGet(currentUserDetails, 'accountID', '');

const headerContent = (
<View style={[styles.avatarSectionWrapperSettings, styles.justifyContentCenter, styles.pl6, styles.pr3]}>
<View style={[styles.avatarSectionWrapperSettings, styles.justifyContentCenter, styles.ph5]}>
{_.isEmpty(props.currentUserPersonalDetails) || _.isUndefined(props.currentUserPersonalDetails.displayName) ? (
<CurrentUserPersonalDetailsSkeletonView avatarSize={CONST.AVATAR_SIZE.XLARGE} />
) : (
Expand Down

0 comments on commit 6258ae0

Please sign in to comment.