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:
@@ -32,7 +32,7 @@ export function Error({
|
|||||||
return (
|
return (
|
||||||
<CenteredView
|
<CenteredView
|
||||||
style={[
|
style={[
|
||||||
a.w_full,
|
a.h_full_vh,
|
||||||
a.align_center,
|
a.align_center,
|
||||||
a.gap_5xl,
|
a.gap_5xl,
|
||||||
!gtMobile && a.justify_between,
|
!gtMobile && a.justify_between,
|
||||||
|
|||||||
Reference in New Issue
Block a user