Skip to content

Commit e3471db

Browse files
committed
remove extra spacing from right side of row icon on ios
1 parent 4e46495 commit e3471db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/views/home/edit/row.ios.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ const styles = StyleSheet.create({
3535
paddingRight: 10,
3636
color: c.black,
3737
},
38-
viewIcon: {
39-
marginRight: 20,
40-
},
4138
text: {
4239
flex: 1,
4340
flexShrink: 0,
@@ -50,7 +47,7 @@ const MenuIcon = ({icon, tint}: {icon: string, tint: string}) => (
5047
<EntypoIcon
5148
name={icon}
5249
size={32}
53-
style={[styles.icon, styles.viewIcon, {color: tint}]}
50+
style={[styles.icon, {color: tint}]}
5451
/>
5552
)
5653

0 commit comments

Comments
 (0)