Skip to content

Commit f732d2b

Browse files
committed
fix(privacy): pirvacy alignement fix
1 parent 9708ef2 commit f732d2b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/PrivacyContentArabic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const styles = StyleSheet.create({
143143
link: {
144144
color: '#1E90FF',
145145
textDecorationLine: 'underline',
146-
textAlign: 'right',
146+
/* textAlign: 'right', */
147147
width: '100%',
148148
},
149149
linkContainer: {

components/PrivacyContentEnglish.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ const styles = StyleSheet.create({
139139
fontSize: 16,
140140
lineHeight: 22,
141141
marginTop: 10,
142+
alignItems: 'flex-end',
142143
},
143144
englishText: {
144145
/* textAlign: 'left', */

0 commit comments

Comments
 (0)