about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-11-11 18:13:05 +0000
committerGitHub <noreply@github.com>2024-11-11 18:13:05 +0000
commitb85a7da26b86691f3ed283b20aba9bc66cfacdf3 (patch)
treec6490fe61d03ded68b06e28171a4eca3270bdb53 /src
parent57464a8fe0ccdbc9cde0dedf7f274d969491cb88 (diff)
downloadvoidsky-b85a7da26b86691f3ed283b20aba9bc66cfacdf3.tar.zst
fix error screen (#6235)
Diffstat (limited to 'src')
-rw-r--r--src/components/Error.tsx2
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,