Skip to content

Commit

Permalink
increase padding
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Aug 14, 2024
1 parent 10a792e commit 023eba1
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 @@ -47,7 +47,7 @@ function EmptySelectionListContent({contentType}: EmptySelectionListContentProps
title={translate(`emptyList.${contentType}.title`)}
shouldShowLink={false}
CustomSubtitle={EmptySubtitle}
containerStyle={styles.mb8}
containerStyle={[styles.mb8, styles.ph15]}
/>
</View>
);
Expand Down

0 comments on commit 023eba1

Please sign in to comment.