Remove light app text
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user