Add letter spacing
This commit is contained in:
+2
-1
@@ -30,7 +30,8 @@ export default StyleSheet.create({
|
|||||||
appText: {
|
appText: {
|
||||||
color: 'black',
|
color: 'black',
|
||||||
fontFamily: textFont,
|
fontFamily: textFont,
|
||||||
fontSize: regularSize
|
fontSize: regularSize,
|
||||||
|
letterSpacing: 0.5
|
||||||
},
|
},
|
||||||
appTextLight: {
|
appTextLight: {
|
||||||
color: 'black',
|
color: 'black',
|
||||||
|
|||||||
Reference in New Issue
Block a user