Update error component of lists to take up the full height instead of its content height (#6236)

Co-authored-by: Samuel Newman <mozzius@protonmail.com>
This commit is contained in:
Khuddite
2024-11-11 18:21:07 -05:00
committed by GitHub
parent 7008f61ea4
commit 5ee809e421
+1 -1
View File
@@ -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,