Skip to content

Commit

Permalink
expand the background color to cover the overscroll area on settings …
Browse files Browse the repository at this point in the history
…screen
  • Loading branch information
zetavg committed May 18, 2024
1 parent 5343910 commit 78fb4ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/view/screens/Settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,7 @@ export function SettingsScreen({}: Props) {
</View>
</SimpleViewHeader>
<ScrollView
style={s.hContentRegion}
contentContainerStyle={isMobile && pal.viewLight}
style={[s.hContentRegion, isMobile && pal.viewLight]}
scrollIndicatorInsets={{right: 1}}
// @ts-ignore web only -prf
dataSet={{'stable-gutters': 1}}>
Expand Down

0 comments on commit 78fb4ed

Please sign in to comment.