diff options
-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 6c09df0ee..2819986b3 100644 --- a/src/components/Error.tsx +++ b/src/components/Error.tsx @@ -32,7 +32,7 @@ export function Error({ return ( <CenteredView style={[ - a.w_full, + a.h_full_vh, a.align_center, a.gap_5xl, !gtMobile && a.justify_between, |