margin adjustment

This commit is contained in:
tapframe 2026-01-18 14:29:36 +05:30
parent 00cf7e696d
commit 34d809c510

View file

@ -431,7 +431,7 @@ const styles = StyleSheet.create({
disclaimer: {
fontSize: 12,
textAlign: 'center',
marginTop: 20,
marginTop: 8,
marginBottom: 8,
},
logoSection: {
@ -439,7 +439,7 @@ const styles = StyleSheet.create({
justifyContent: 'center',
paddingVertical: 20,
marginTop: 16,
marginBottom: 8,
marginBottom: 0,
},
logo: {
width: 150,