Skip to content

Commit

Permalink
Update error component of lists to take up the full height instead of…
Browse files Browse the repository at this point in the history
… its content height (#6236)

Co-authored-by: Samuel Newman <[email protected]>
  • Loading branch information
khuddite and mozzius authored Nov 11, 2024
1 parent 7008f61 commit 5ee809e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5ee809e

Please sign in to comment.