From df36e537436ea9bafce576c406e0403f828adf59 Mon Sep 17 00:00:00 2001 From: Julia Friesel <julia.friesel@gmail.com> Date: Thu, 17 Jan 2019 14:37:56 +0000 Subject: [PATCH] Add letter spacing --- styles/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/index.js b/styles/index.js index 9ea82c66..a1387006 100644 --- a/styles/index.js +++ b/styles/index.js @@ -30,7 +30,8 @@ export default StyleSheet.create({ appText: { color: 'black', fontFamily: textFont, - fontSize: regularSize + fontSize: regularSize, + letterSpacing: 0.5 }, appTextLight: { color: 'black', -- GitLab