Makes actionHint text more visible with bold font

This commit is contained in:
emelko
2019-01-28 12:45:49 +01:00
parent ad4f5c9dca
commit ec2a0b7dd8
+1
View File
@@ -37,6 +37,7 @@ export default StyleSheet.create({
color: secondaryColor,
fontFamily: textFont,
fontSize: hintSize,
fontWeight: 'bold',
margin: defaultIndentation
},
paragraph: {