diff options
Diffstat (limited to 'src/components/forms/FormError.tsx')
-rw-r--r-- | src/components/forms/FormError.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/forms/FormError.tsx b/src/components/forms/FormError.tsx index 9e72df879..8ab6e3f35 100644 --- a/src/components/forms/FormError.tsx +++ b/src/components/forms/FormError.tsx @@ -20,7 +20,7 @@ export function FormError({error}: {error?: string}) { a.gap_sm, ]}> <Warning fill={t.palette.white} size="md" /> - <View> + <View style={[a.flex_1]}> <Text style={[{color: t.palette.white}, a.font_bold, a.leading_snug]}> {error} </Text> |