Skip to content

Commit

Permalink
fix style offline indicattor
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Dec 24, 2024
1 parent 836a856 commit 8286cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ScreenWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ function ScreenWrapper(
style={[offlineIndicatorStyle]}
containerStyles={
includeSafeAreaPaddingBottom
? []
? [styles.offlineIndicatorMobile]
: [styles.offlineIndicatorMobile, {paddingBottom: paddingBottom + styles.offlineIndicatorMobile.paddingBottom}]
}
/>
Expand Down

0 comments on commit 8286cc3

Please sign in to comment.