Skip to content

Commit 9708ef2

Browse files
committed
fix(privacy): privacy ui alignement
1 parent 4594c83 commit 9708ef2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/PrivacyContentEnglish.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ const styles = StyleSheet.create({
120120
container: {
121121
flex: 1,
122122
padding: 20,
123+
display: 'flex',
123124
alignItems: 'flex-end',
124125
},
125126

@@ -132,6 +133,7 @@ const styles = StyleSheet.create({
132133
fontSize: 20,
133134
fontWeight: '600',
134135
marginTop: 20,
136+
paddingVertical: 10,
135137
},
136138
content: {
137139
fontSize: 16,

0 commit comments

Comments
 (0)