Fix scroll view

This commit is contained in:
Eric Bailey
2024-02-07 20:16:37 -06:00
parent fabf6809fc
commit f4ce9e22e8
2 changed files with 3 additions and 3 deletions
@@ -24,7 +24,7 @@ export function ErrorState({error}: {error: string}) {
}, [navigation])
return (
<>
<View style={[a.px_xl]}>
<CircleInfo width={48} style={[t.atoms.text_contrast_400]} />
<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>
</Button>
</View>
</>
</View>
)
}