Fix scroll view
This commit is contained in:
@@ -24,7 +24,7 @@ export function ErrorState({error}: {error: string}) {
|
|||||||
}, [navigation])
|
}, [navigation])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<View style={[a.px_xl]}>
|
||||||
<CircleInfo width={48} style={[t.atoms.text_contrast_400]} />
|
<CircleInfo width={48} style={[t.atoms.text_contrast_400]} />
|
||||||
|
|
||||||
<Text style={[a.text_xl, a.font_bold, a.pb_md, a.pt_xl]}>
|
<Text style={[a.text_xl, a.font_bold, a.pb_md, a.pt_xl]}>
|
||||||
@@ -67,6 +67,6 @@ export function ErrorState({error}: {error: string}) {
|
|||||||
</ButtonText>
|
</ButtonText>
|
||||||
</Button>
|
</Button>
|
||||||
</View>
|
</View>
|
||||||
</>
|
</View>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -60,7 +60,6 @@ export function ProfileModserviceScreen(
|
|||||||
<CenteredView>
|
<CenteredView>
|
||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
a.px_xl,
|
|
||||||
a.border_l,
|
a.border_l,
|
||||||
a.border_r,
|
a.border_r,
|
||||||
t.atoms.border,
|
t.atoms.border,
|
||||||
@@ -184,6 +183,7 @@ export function ProfileModserviceScreenInner({
|
|||||||
contentContainerStyle={{
|
contentContainerStyle={{
|
||||||
minHeight: Dimensions.get('window').height * 1.5,
|
minHeight: Dimensions.get('window').height * 1.5,
|
||||||
borderWidth: 0,
|
borderWidth: 0,
|
||||||
|
paddingHorizontal: a.px_xl.paddingLeft,
|
||||||
}}>
|
}}>
|
||||||
<Header info={modInfo} />
|
<Header info={modInfo} />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user