Fix var name

This commit is contained in:
Julia Friesel
2019-01-17 15:58:42 +01:00
parent 5947c4f3f5
commit 23c6a60258
+1 -1
View File
@@ -41,7 +41,7 @@ export default StyleSheet.create({
},
actionHint: {
color: secondaryColor,
fontFamily: fontRegular,
fontFamily: textFont,
fontSize: hintSize,
margin: defaultIndentation
},