Skip to content

Commit

Permalink
add padding bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Aug 13, 2024
1 parent 5f9cb38 commit 10a792e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/EmptySelectionListContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function EmptySelectionListContent({contentType}: EmptySelectionListContentProps
title={translate(`emptyList.${contentType}.title`)}
shouldShowLink={false}
CustomSubtitle={EmptySubtitle}
containerStyle={styles.mb8}
/>
</View>
);
Expand Down

0 comments on commit 10a792e

Please sign in to comment.