Add stable gutters to settings page

zio/stable
Paul Frazee 2024-01-08 20:51:56 -08:00
parent bb3d9868f9
commit 153c25e1fe
1 changed files with 3 additions and 1 deletions

View File

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