Skip to content

Commit

Permalink
feat: the network name was not showing, this is now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
EtherWizard33 committed Oct 21, 2024
1 parent ee76101 commit a615305
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a615305

Please sign in to comment.