Renamed and checked fonts
This commit is contained in:
Binary file not shown.
+4
-2
@@ -15,9 +15,10 @@ export const periodColor = '#802249'
|
|||||||
|
|
||||||
const fontRegular = 'Prompt-Light'
|
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 textFontBold = 'Dosis-Book'
|
||||||
|
|
||||||
const regularSize = 16
|
const regularSize = 16
|
||||||
|
|
||||||
@@ -240,7 +241,8 @@ export default StyleSheet.create({
|
|||||||
fontFamily: fontLight
|
fontFamily: fontLight
|
||||||
},
|
},
|
||||||
menuTextInActive: {
|
menuTextInActive: {
|
||||||
color: colorInActive
|
color: colorInActive,
|
||||||
|
fontFamily: fontLight
|
||||||
},
|
},
|
||||||
temperatureTextInput: {
|
temperatureTextInput: {
|
||||||
fontSize: 20,
|
fontSize: 20,
|
||||||
|
|||||||
Reference in New Issue
Block a user