Skip to content

Commit 427439a

Browse files
committed
use correct size type for increased line height
1 parent 5a40e5a commit 427439a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/screens/king-of-the-hill/KingOfTheHillExplainSheet.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const STEPS = [
4545
<FastImage source={currentKingImage} style={{ width: PANEL_INNER_WIDTH, height: '100%' }} resizeMode={FastImage.resizeMode.contain} />
4646
),
4747
subtitleComponent: () => (
48-
<Text align="center" size="17pt" weight="medium" color="labelTertiary" style={{ lineHeight: 22.95 }}>
48+
<Text align="center" size="17pt / 135%" weight="medium" color="labelTertiary">
4949
{i18n.t(translations.steps.step_1.subtitle_parts[0])}
5050
<Text size="17pt" weight="bold" color="label">
5151
{i18n.t(translations.steps.step_1.subtitle_parts[1])}
@@ -59,9 +59,9 @@ const STEPS = [
5959
title: i18n.t(translations.steps.step_2.title),
6060
graphicComponent: () => <NativeText style={{ fontSize: 90, fontFamily: fonts.family.SFProRounded, marginTop: -10 }}>{'👑'}</NativeText>,
6161
subtitleComponent: () => (
62-
<Text align="center" size="17pt" weight="medium" color="labelTertiary" style={{ lineHeight: 22.95 }}>
62+
<Text align="center" size="17pt / 135%" weight="medium" color="labelTertiary">
6363
{i18n.t(translations.steps.step_2.subtitle_parts[0])}
64-
<Text size="17pt" weight="bold" color="label">
64+
<Text size="17pt / 135%" weight="bold" color="label">
6565
{i18n.t(translations.steps.step_2.subtitle_parts[1])}
6666
</Text>
6767
{i18n.t(translations.steps.step_2.subtitle_parts[2])}

0 commit comments

Comments
 (0)