PLT-253 Made margins around settings button appear even (#770)

This commit is contained in:
Harrison Healey 2017-07-21 18:28:30 -04:00 committed by enahum
parent 2a9e1ee7a3
commit 5e0ca727a5

View file

@ -293,10 +293,12 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
paddingHorizontal: 10,
...Platform.select({
android: {
height: 46
height: 46,
marginRight: 6
},
ios: {
height: 44
height: 44,
marginRight: 8
}
})
},