delete Promt-Light - not used
This commit is contained in:
Binary file not shown.
+6
-7
@@ -13,8 +13,7 @@ export const shadesOfRed = [
|
|||||||
export const cycleDayColor = '#29287f'
|
export const cycleDayColor = '#29287f'
|
||||||
export const periodColor = '#802249'
|
export const periodColor = '#802249'
|
||||||
|
|
||||||
const fontRegular = 'Prompt-Light'
|
const headerFont = 'Prompt-Thin'
|
||||||
const fontLight = 'Prompt-Thin'
|
|
||||||
|
|
||||||
const textFont = 'Dosis-Light'
|
const textFont = 'Dosis-Light'
|
||||||
const textFontLight = 'Dosis-ExtraLight'
|
const textFontLight = 'Dosis-ExtraLight'
|
||||||
@@ -67,13 +66,13 @@ export default StyleSheet.create({
|
|||||||
},
|
},
|
||||||
dateHeader: {
|
dateHeader: {
|
||||||
fontSize: 20,
|
fontSize: 20,
|
||||||
fontFamily: fontLight,
|
fontFamily: headerFont,
|
||||||
color: fontOnPrimaryColor,
|
color: fontOnPrimaryColor,
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
},
|
},
|
||||||
headerText: {
|
headerText: {
|
||||||
fontSize: 30,
|
fontSize: 30,
|
||||||
fontFamily: fontLight,
|
fontFamily: headerFont,
|
||||||
color: fontOnPrimaryColor,
|
color: fontOnPrimaryColor,
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
},
|
},
|
||||||
@@ -150,7 +149,7 @@ export default StyleSheet.create({
|
|||||||
fontSize: 15,
|
fontSize: 15,
|
||||||
color: fontOnPrimaryColor,
|
color: fontOnPrimaryColor,
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
fontFamily: fontLight
|
fontFamily: headerFont
|
||||||
},
|
},
|
||||||
symptomViewHeading: {
|
symptomViewHeading: {
|
||||||
fontSize: 20,
|
fontSize: 20,
|
||||||
@@ -238,11 +237,11 @@ export default StyleSheet.create({
|
|||||||
},
|
},
|
||||||
menuText: {
|
menuText: {
|
||||||
color: fontOnPrimaryColor,
|
color: fontOnPrimaryColor,
|
||||||
fontFamily: fontLight
|
fontFamily: headerFont
|
||||||
},
|
},
|
||||||
menuTextInActive: {
|
menuTextInActive: {
|
||||||
color: colorInActive,
|
color: colorInActive,
|
||||||
fontFamily: fontLight
|
fontFamily: headerFont
|
||||||
},
|
},
|
||||||
temperatureTextInput: {
|
temperatureTextInput: {
|
||||||
fontSize: 20,
|
fontSize: 20,
|
||||||
|
|||||||
Reference in New Issue
Block a user