Add stable gutters to settings page
This commit is contained in:
@@ -290,7 +290,9 @@ export function SettingsScreen({}: Props) {
|
|||||||
<ScrollView
|
<ScrollView
|
||||||
style={[s.hContentRegion]}
|
style={[s.hContentRegion]}
|
||||||
contentContainerStyle={isMobile && pal.viewLight}
|
contentContainerStyle={isMobile && pal.viewLight}
|
||||||
scrollIndicatorInsets={{right: 1}}>
|
scrollIndicatorInsets={{right: 1}}
|
||||||
|
// @ts-ignore web only -prf
|
||||||
|
dataSet={{'stable-gutters': 1}}>
|
||||||
<View style={styles.spacer20} />
|
<View style={styles.spacer20} />
|
||||||
{currentAccount ? (
|
{currentAccount ? (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user