diff --git a/frontend/Pages/ContactsFeed/index.tsx b/frontend/Pages/ContactsFeed/index.tsx index 66f6f389..3455b9eb 100644 --- a/frontend/Pages/ContactsFeed/index.tsx +++ b/frontend/Pages/ContactsFeed/index.tsx @@ -186,7 +186,9 @@ export const ContactsFeed: React.FC = () => { return { container: { backgroundColor: theme.colors.background, - padding: 16, + paddingLeft: 16, + paddingRight: 16, + paddingBottom: 32, borderTopRightRadius: 28, borderTopLeftRadius: 28, }, @@ -312,7 +314,7 @@ export const ContactsFeed: React.FC = () => { {renderScene[tabKey]} {privateKey && ( bottomSheetAddContactRef.current?.open()} @@ -325,7 +327,6 @@ export const ContactsFeed: React.FC = () => { @@ -341,6 +342,7 @@ export const ContactsFeed: React.FC = () => { {t('contactsFeed.addContactTitle')} {t('contactsFeed.addContactDescription')} { } />