PLT-253 Made margins around settings button appear even (#770)
This commit is contained in:
parent
2a9e1ee7a3
commit
5e0ca727a5
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue