Skip to content
Snippets Groups Projects
Commit 2e630cfa authored by susott's avatar susott
Browse files

typo

parent 8ac5ff23
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ const fontRegular = 'Prompt-Light'
const fontLight = 'Prompt-Thin'
const textFont = 'Dosis-Light'
const textFontLight = 'Dosis-ExtraLight'
const textFontBold = 'book'
const regularSize = 16
......@@ -41,7 +42,7 @@ export default StyleSheet.create({
},
emphasis: {
fontWeight: 'bold',
fontFamily: textFont
fontFamily: textFontBold
},
link: {
color: cycleDayColor,
......@@ -265,14 +266,14 @@ export default StyleSheet.create({
marginTop: defaultTopMargin,
marginHorizontal: defaultIndentation,
padding: 7,
fontFamily: 'textFont'
fontFamily: textFont
},
settingsSegmentLast: {
marginBottom: defaultTopMargin,
},
settingsSegmentTitle: {
fontWeight: 'bold',
fontFamily: 'textFont'
fontFamily: textFontBold
},
settingsButton: {
backgroundColor: secondaryColor,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment