Adjust font weights to new look

This commit is contained in:
Julia Friesel
2019-01-17 17:28:50 +01:00
parent c5363f588f
commit 282ed7a96d
8 changed files with 15 additions and 10 deletions
+4 -4
View File
@@ -13,10 +13,10 @@ export const shadesOfRed = [
export const cycleDayColor = '#29287f'
export const periodColor = '#802249'
const headerFont = 'Prompt-Thin'
const headerFont = 'Prompt-ExtraLight'
const textFont = 'Dosis-Light'
const textFontBold = 'Dosis-Book'
const textFont = 'Dosis-Book'
const textFontBold = 'Dosis-medium'
const regularSize = 16
const hintSize = 14
@@ -81,7 +81,7 @@ export default StyleSheet.create({
},
accentCircle: {
borderColor: secondaryColor,
borderWidth: 0.5,
borderWidth: 1,
width: 40,
height: 40,
borderRadius: 100,