Remove light app text

This commit is contained in:
Julia Friesel
2019-01-17 17:17:22 +01:00
parent 7159124158
commit d905139958
8 changed files with 19 additions and 31 deletions
-6
View File
@@ -16,7 +16,6 @@ export const periodColor = '#802249'
const headerFont = 'Prompt-Thin'
const textFont = 'Dosis-Light'
const textFontLight = 'Dosis-ExtraLight'
const textFontBold = 'Dosis-Book'
const regularSize = 16
@@ -34,11 +33,6 @@ export default StyleSheet.create({
fontSize: regularSize,
letterSpacing: 0.5
},
appTextLight: {
color: 'black',
fontFamily: textFontLight,
fontSize: regularSize
},
actionHint: {
color: secondaryColor,
fontFamily: textFont,