Skip to content

Commit d3afb19

Browse files
authored
Merge pull request #54577 from Expensify/monil-fixEmptyViewStyling
[CP Staging] Fix illustration styling for empty view
2 parents 0b2a223 + 7f723ed commit d3afb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EmptySelectionListContent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function EmptySelectionListContent({contentType}: EmptySelectionListContentProps
4848
);
4949

5050
return (
51-
<ScrollView>
51+
<ScrollView contentContainerStyle={[styles.flexGrow1]}>
5252
<View style={[styles.flex1, styles.overflowHidden, styles.minHeight65]}>
5353
<BlockingView
5454
icon={Illustrations.ToddWithPhones}

0 commit comments

Comments
 (0)