diff --git a/src/components/Navigation/AccountAvatarButton.tsx b/src/components/Navigation/AccountAvatarButton.tsx index c418aeb05152..601ab69ee5fe 100644 --- a/src/components/Navigation/AccountAvatarButton.tsx +++ b/src/components/Navigation/AccountAvatarButton.tsx @@ -14,6 +14,8 @@ import useThemeStyles from '@hooks/useThemeStyles'; import interceptAnonymousUser from '@libs/interceptAnonymousUser'; import Navigation from '@libs/Navigation/Navigation'; +import variables from '@styles/variables'; + import CONST from '@src/CONST'; import ROUTES from '@src/ROUTES'; import SCREENS from '@src/SCREENS'; @@ -70,6 +72,7 @@ function AccountAvatarButtonContent() { horizontal: CONST.MODAL.ANCHOR_ORIGIN_HORIZONTAL.RIGHT, vertical: CONST.MODAL.ANCHOR_ORIGIN_VERTICAL.TOP, }, + shiftHorizontal: variables.accountAvatarTooltipShiftHorizontal, } : {text: translate('initialSettingsPage.account'), isFocused}; @@ -79,7 +82,7 @@ function AccountAvatarButtonContent() { onPress={navigateToAccount} role={CONST.ROLE.BUTTON} accessibilityLabel={`${translate('initialSettingsPage.account')}. ${status ? `${translate('common.yourReviewIsRequired')}.` : ''}`} - style={[styles.flexRow, styles.touchableButtonImage]} + style={[styles.flexRow, styles.touchableButtonImage, styles.ml1]} sentryLabel={CONST.SENTRY_LABEL.TOP_BAR.ACCOUNT_BUTTON} >