Add bottom margin

This commit is contained in:
Julia Friesel
2018-12-20 15:05:25 +01:00
parent f1b152bb5a
commit 77363511ad
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -259,6 +259,9 @@ export default StyleSheet.create({
marginHorizontal: defaultIndentation,
padding: 7,
},
settingsSegmentLast: {
marginBottom: defaultTopMargin,
},
settingsSegmentTitle: {
fontWeight: 'bold'
},