From 9a4780416b11f9263f2d92719b79366d124ce800 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 17 May 2017 11:49:10 +0900 Subject: [PATCH] Fix regression: privateTabPaddingHorizontal Addresses #8895 Auditors: @cezaraugusto Test Plan: 1. new private tab paragraphs should be properly spaced --- js/about/newprivatetab.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/about/newprivatetab.js b/js/about/newprivatetab.js index c7672fc596..e4d752de2b 100644 --- a/js/about/newprivatetab.js +++ b/js/about/newprivatetab.js @@ -88,11 +88,11 @@ const styles = StyleSheet.create({ title: { color: globalStyles.color.white100, fontSize: '30px', - marginBottom: '20px' + marginBottom: globalStyles.spacing.privateTabPaddingHorizontal }, text: { - paddingBottom: '20px', + paddingBottom: globalStyles.spacing.privateTabPaddingHorizontal, lineHeight: '1.5', fontSize: '17px', color: globalStyles.color.alphaWhite