Skip to content

Commit

Permalink
Merge pull request #52723 from twilight2294/patch-6
Browse files Browse the repository at this point in the history
Fix:  Offline indicator is below the text in Auto-sync page
  • Loading branch information
yuwenmemon authored Dec 2, 2024
2 parents 473822d + 5c38f2e commit e28461b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function NetSuiteAutoSyncPage({policy, route}: WithPolicyConnectionsProps) {
includeSafeAreaPaddingBottom={false}
style={[styles.defaultModalContainer]}
testID={NetSuiteAutoSyncPage.displayName}
offlineIndicatorStyle={styles.mtAuto}
>
<HeaderWithBackButton
title={translate('common.settings')}
Expand Down

0 comments on commit e28461b

Please sign in to comment.