We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e6159 commit 46d57a8Copy full SHA for 46d57a8
src/components/featureHighlight/index.js
@@ -19,7 +19,7 @@ const contentViewPadding = 32;
19
const contentViewRightMargin = Constants.isIOS ? 45 : 46;
20
const titleBottomMargin = 12;
21
const messageBottomMargin = 24;
22
-const messageLineHeight = 22;
+const messageLineHeight = 24;
23
const defaultButtonLabel = 'Got it';
24
const contentViewHeight = Constants.isAndroid ? 268 : 282;
25
@@ -296,8 +296,8 @@ const styles = StyleSheet.create({
296
},
297
message: {
298
marginBottom: messageBottomMargin,
299
- lineHeight: messageLineHeight,
300
...Typography.text70,
+ lineHeight: messageLineHeight,
301
302
touchableOverlay: {
303
...StyleSheet.absoluteFillObject,
0 commit comments