Renamed and checked fonts

This commit is contained in:
susott
2019-01-12 19:08:04 +01:00
parent 2e630cfadc
commit 3bb257d518
3 changed files with 4 additions and 2 deletions
+4 -2
View File
@@ -15,9 +15,10 @@ export const periodColor = '#802249'
const fontRegular = 'Prompt-Light'
const fontLight = 'Prompt-Thin'
const textFont = 'Dosis-Light'
const textFontLight = 'Dosis-ExtraLight'
const textFontBold = 'book'
const textFontBold = 'Dosis-Book'
const regularSize = 16
@@ -240,7 +241,8 @@ export default StyleSheet.create({
fontFamily: fontLight
},
menuTextInActive: {
color: colorInActive
color: colorInActive,
fontFamily: fontLight
},
temperatureTextInput: {
fontSize: 20,