Skip to content

Commit 46d57a8

Browse files
committed
updating line height
1 parent e1e6159 commit 46d57a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/featureHighlight/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const contentViewPadding = 32;
1919
const contentViewRightMargin = Constants.isIOS ? 45 : 46;
2020
const titleBottomMargin = 12;
2121
const messageBottomMargin = 24;
22-
const messageLineHeight = 22;
22+
const messageLineHeight = 24;
2323
const defaultButtonLabel = 'Got it';
2424
const contentViewHeight = Constants.isAndroid ? 268 : 282;
2525

@@ -296,8 +296,8 @@ const styles = StyleSheet.create({
296296
},
297297
message: {
298298
marginBottom: messageBottomMargin,
299-
lineHeight: messageLineHeight,
300299
...Typography.text70,
300+
lineHeight: messageLineHeight,
301301
},
302302
touchableOverlay: {
303303
...StyleSheet.absoluteFillObject,

0 commit comments

Comments
 (0)