diff options
Diffstat (limited to 'src/components/Error.tsx')
-rw-r--r-- | src/components/Error.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Error.tsx b/src/components/Error.tsx index a27ccb88c..6c09df0ee 100644 --- a/src/components/Error.tsx +++ b/src/components/Error.tsx @@ -32,7 +32,7 @@ export function Error({ return ( <CenteredView style={[ - a.flex_1, + a.w_full, a.align_center, a.gap_5xl, !gtMobile && a.justify_between, |