expand the background color to cover the overscroll area on settings screen (#4101)

zio/stable
Pokai Chang 2024-05-21 09:28:18 +08:00 committed by GitHub
parent aa34d6b4d2
commit 87fa501433
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -327,8 +327,7 @@ export function SettingsScreen({}: Props) {
</View> </View>
</SimpleViewHeader> </SimpleViewHeader>
<ScrollView <ScrollView
style={s.hContentRegion} style={[s.hContentRegion, isMobile && pal.viewLight]}
contentContainerStyle={isMobile && pal.viewLight}
scrollIndicatorInsets={{right: 1}} scrollIndicatorInsets={{right: 1}}
// @ts-ignore web only -prf // @ts-ignore web only -prf
dataSet={{'stable-gutters': 1}}> dataSet={{'stable-gutters': 1}}>