Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Fix regression: privateTabPaddingHorizontal
Browse files Browse the repository at this point in the history
Addresses #8895

Auditors: @cezaraugusto

Test Plan:
1. new private tab paragraphs should be properly spaced
  • Loading branch information
Suguru Hirahara authored and bsclifton committed May 17, 2017
1 parent fc8b1aa commit 97c4aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/about/newprivatetab.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97c4aa7

Please sign in to comment.