From 23c6a6025870401edd1b24bd8c2940de7803592d Mon Sep 17 00:00:00 2001 From: Julia Friesel Date: Thu, 17 Jan 2019 15:58:42 +0100 Subject: [PATCH] Fix var name --- styles/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/index.js b/styles/index.js index 1609e6e..ea477c1 100644 --- a/styles/index.js +++ b/styles/index.js @@ -41,7 +41,7 @@ export default StyleSheet.create({ }, actionHint: { color: secondaryColor, - fontFamily: fontRegular, + fontFamily: textFont, fontSize: hintSize, margin: defaultIndentation },