diff --git a/components/app-text.js b/components/app-text.js
index a7892b9..1011708 100644
--- a/components/app-text.js
+++ b/components/app-text.js
@@ -24,14 +24,10 @@ export function AppTextLight(props) {
export function ActionHint(props) {
if(props.isVisible) {
return (
-
-
- {props.children}
-
-
+
+ {props.children}
+
)
} else {
return null
diff --git a/styles/index.js b/styles/index.js
index ce44ff8..9549d2f 100644
--- a/styles/index.js
+++ b/styles/index.js
@@ -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