Rearrange Segment Element: * Rename SettingsSegment into FramedSegment * Move it out of Settings into Components

This commit is contained in:
emelko
2019-02-02 12:58:05 +01:00
parent 8bd8adaa7a
commit 324820ebab
12 changed files with 73 additions and 73 deletions
+3 -3
View File
@@ -268,7 +268,7 @@ export default StyleSheet.create({
symptomEditButton: {
width: 130
},
settingsSegment: {
framedSegment: {
borderColor: secondaryColor,
borderStyle: 'solid',
borderWidth: 1,
@@ -278,10 +278,10 @@ export default StyleSheet.create({
padding: 7,
fontFamily: textFont
},
settingsSegmentLast: {
framedSegmentLast: {
marginBottom: defaultTopMargin,
},
settingsSegmentTitle: {
framedSegmentTitle: {
fontWeight: 'bold',
fontFamily: textFontBold
},