Add stable gutters to settings page
parent
bb3d9868f9
commit
153c25e1fe
|
@ -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 ? (
|
||||
<>
|
||||
|
|
Loading…
Reference in New Issue