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

Commit 6ec02d8

Browse files
committed
Readd spacing between text for new private tab
- This landed in #8074 but somehow regressed - Fix #8895 Auditors: @bradleyrichter Test Plan: new private tab paragraphs should be properly spaced
1 parent fe0bcc4 commit 6ec02d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/about/newprivatetab.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ const styles = StyleSheet.create({
8888
title: {
8989
color: globalStyles.color.white100,
9090
fontSize: '30px',
91-
marginBottom: globalStyles.spacing.paddingHorizontal
91+
marginBottom: '20px'
9292
},
9393

9494
text: {
95-
paddingBottom: globalStyles.spacing.paddingHorizontal,
95+
paddingBottom: '20px',
9696
lineHeight: '1.5',
9797
fontSize: '17px',
9898
color: globalStyles.color.alphaWhite

0 commit comments

Comments
 (0)