diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-11-11 18:13:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-11 18:13:05 +0000 |
commit | b85a7da26b86691f3ed283b20aba9bc66cfacdf3 (patch) | |
tree | c6490fe61d03ded68b06e28171a4eca3270bdb53 /src | |
parent | 57464a8fe0ccdbc9cde0dedf7f274d969491cb88 (diff) | |
download | voidsky-b85a7da26b86691f3ed283b20aba9bc66cfacdf3.tar.zst |
fix error screen (#6235)
Diffstat (limited to 'src')
-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, |