From a61530542bdba1aaf799ee9a83be13df5cad68b0 Mon Sep 17 00:00:00 2001 From: EtherWizard33 Date: Mon, 21 Oct 2024 14:40:02 -0600 Subject: [PATCH] feat: the network name was not showing, this is now fixed --- .../UI/NetworkSelectorList/NetworkSelectorList.styles.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/components/UI/NetworkSelectorList/NetworkSelectorList.styles.ts b/app/components/UI/NetworkSelectorList/NetworkSelectorList.styles.ts index 133a87f969d..e279b943357 100644 --- a/app/components/UI/NetworkSelectorList/NetworkSelectorList.styles.ts +++ b/app/components/UI/NetworkSelectorList/NetworkSelectorList.styles.ts @@ -3,9 +3,8 @@ import { StyleSheet } from 'react-native'; const styleSheet = () => StyleSheet.create({ networkItemContainer: { - flexDirection: 'row', - alignItems: 'center', - padding: 10, + paddingHorizontal: 10, + paddingVertical: 14, }, networkAvatar: { marginHorizontal: 10,