Remove wrapping View from ActionHint

Wasn't necessary after all
Issue: 178
This commit is contained in:
birgitta410
2019-01-13 14:27:57 +01:00
parent 88973290cb
commit 5ae5dec98c
2 changed files with 6 additions and 12 deletions
+2 -4
View File
@@ -35,13 +35,11 @@ export default StyleSheet.create({
fontFamily: fontLight,
fontSize: regularSize
},
actionHintWrappingView: {
margin: defaultIndentation
},
actionHint: {
color: secondaryColor,
fontFamily: fontRegular,
fontSize: hintSize
fontSize: hintSize,
margin: defaultIndentation
},
paragraph: {
marginBottom: defaultBottomMargin