Add letter spacing

This commit is contained in:
Julia Friesel
2019-01-17 14:37:56 +00:00
parent bb669e0ad3
commit df36e53743
+2 -1
View File
@@ -30,7 +30,8 @@ export default StyleSheet.create({
appText: {
color: 'black',
fontFamily: textFont,
fontSize: regularSize
fontSize: regularSize,
letterSpacing: 0.5
},
appTextLight: {
color: 'black',