diff --git a/src/pages/EnablePayments/TermsPage/ShortTermsForm.js b/src/pages/EnablePayments/TermsPage/ShortTermsForm.js index cce62414d743..a6f685fcb562 100644 --- a/src/pages/EnablePayments/TermsPage/ShortTermsForm.js +++ b/src/pages/EnablePayments/TermsPage/ShortTermsForm.js @@ -18,7 +18,7 @@ function ShortTermsForm() { {Localize.translateLocal('termsStep.monthlyFee')} - {Localize.translateLocal('termsStep.feeAmountZero')} + {Localize.translateLocal('termsStep.feeAmountZero')} @@ -27,7 +27,7 @@ function ShortTermsForm() { {Localize.translateLocal('termsStep.shortTermsForm.perPurchase')} - {Localize.translateLocal('termsStep.feeAmountZero')} + {Localize.translateLocal('termsStep.feeAmountZero')} @@ -39,13 +39,13 @@ function ShortTermsForm() { {Localize.translateLocal('termsStep.shortTermsForm.atmWithdrawal')} - {Localize.translateLocal('common.na')} + {Localize.translateLocal('common.na')} {Localize.translateLocal('termsStep.shortTermsForm.inNetwork')} - - {Localize.translateLocal('common.na')} + + {Localize.translateLocal('common.na')} {Localize.translateLocal('termsStep.shortTermsForm.outOfNetwork')} @@ -57,7 +57,7 @@ function ShortTermsForm() { {Localize.translateLocal('termsStep.shortTermsForm.cashReload')} - {Localize.translateLocal('common.na')} + {Localize.translateLocal('common.na')} diff --git a/src/styles/styles.js b/src/styles/styles.js index 874205afa219..bab3b5ff4662 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -2890,6 +2890,14 @@ const styles = { marginTop: 12, }, + shortTermsHeadline: { + ...headlineFont, + ...whiteSpace.preWrap, + color: themeColors.heading, + fontSize: variables.fontSizeXXXLarge, + lineHeight: variables.lineHeightXXXLarge, + }, + longTermsRow: { flexDirection: 'row', marginTop: 20, diff --git a/src/styles/variables.js b/src/styles/variables.js index e0a9b78e60cb..ec56b53592ef 100644 --- a/src/styles/variables.js +++ b/src/styles/variables.js @@ -92,6 +92,7 @@ export default { lineHeightLarge: getValueUsingPixelRatio(18, 24), lineHeightXLarge: getValueUsingPixelRatio(20, 24), lineHeightXXLarge: getValueUsingPixelRatio(27, 32), + lineHeightXXXLarge: getValueUsingPixelRatio(32, 37), lineHeightSizeh1: getValueUsingPixelRatio(23, 28), lineHeightSignInHeroXSmall: getValueUsingPixelRatio(32, 37), inputHeight: getValueUsingPixelRatio(52, 72),