typo
This commit is contained in:
+4
-3
@@ -17,6 +17,7 @@ const fontRegular = 'Prompt-Light'
|
|||||||
const fontLight = 'Prompt-Thin'
|
const fontLight = 'Prompt-Thin'
|
||||||
const textFont = 'Dosis-Light'
|
const textFont = 'Dosis-Light'
|
||||||
const textFontLight = 'Dosis-ExtraLight'
|
const textFontLight = 'Dosis-ExtraLight'
|
||||||
|
const textFontBold = 'book'
|
||||||
|
|
||||||
const regularSize = 16
|
const regularSize = 16
|
||||||
|
|
||||||
@@ -41,7 +42,7 @@ export default StyleSheet.create({
|
|||||||
},
|
},
|
||||||
emphasis: {
|
emphasis: {
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
fontFamily: textFont
|
fontFamily: textFontBold
|
||||||
},
|
},
|
||||||
link: {
|
link: {
|
||||||
color: cycleDayColor,
|
color: cycleDayColor,
|
||||||
@@ -265,14 +266,14 @@ export default StyleSheet.create({
|
|||||||
marginTop: defaultTopMargin,
|
marginTop: defaultTopMargin,
|
||||||
marginHorizontal: defaultIndentation,
|
marginHorizontal: defaultIndentation,
|
||||||
padding: 7,
|
padding: 7,
|
||||||
fontFamily: 'textFont'
|
fontFamily: textFont
|
||||||
},
|
},
|
||||||
settingsSegmentLast: {
|
settingsSegmentLast: {
|
||||||
marginBottom: defaultTopMargin,
|
marginBottom: defaultTopMargin,
|
||||||
},
|
},
|
||||||
settingsSegmentTitle: {
|
settingsSegmentTitle: {
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
fontFamily: 'textFont'
|
fontFamily: textFontBold
|
||||||
},
|
},
|
||||||
settingsButton: {
|
settingsButton: {
|
||||||
backgroundColor: secondaryColor,
|
backgroundColor: secondaryColor,
|
||||||
|
|||||||
Reference in New Issue
Block a user