From ec2a0b7dd858d73e9508cd1843c61bdd4aceb441 Mon Sep 17 00:00:00 2001 From: emelko Date: Mon, 28 Jan 2019 12:45:49 +0100 Subject: [PATCH] Makes actionHint text more visible with bold font --- styles/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/index.js b/styles/index.js index 34f617e..86e839a 100644 --- a/styles/index.js +++ b/styles/index.js @@ -37,6 +37,7 @@ export default StyleSheet.create({ color: secondaryColor, fontFamily: textFont, fontSize: hintSize, + fontWeight: 'bold', margin: defaultIndentation }, paragraph: {