mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-29 05:48:45 +00:00
margin adjustment
This commit is contained in:
parent
00cf7e696d
commit
34d809c510
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue