Skip to content

Commit

Permalink
Merge pull request #54577 from Expensify/monil-fixEmptyViewStyling
Browse files Browse the repository at this point in the history
[CP Staging] Fix illustration styling for empty view

(cherry picked from commit d3afb19)

(CP triggered by jasperhuangg)
  • Loading branch information
jasperhuangg authored and OSBotify committed Dec 26, 2024
1 parent 6e6f683 commit cbbbb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EmptySelectionListContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function EmptySelectionListContent({contentType}: EmptySelectionListContentProps
);

return (
<ScrollView>
<ScrollView contentContainerStyle={[styles.flexGrow1]}>
<View style={[styles.flex1, styles.overflowHidden, styles.minHeight65]}>
<BlockingView
icon={Illustrations.ToddWithPhones}
Expand Down

0 comments on commit cbbbb4a

Please sign in to comment.