mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
Adjust padding and gap in playerStyles
This commit is contained in:
parent
d3041f99cc
commit
4174fd2add
1 changed files with 4 additions and 4 deletions
|
|
@ -274,8 +274,8 @@ export const styles = StyleSheet.create({
|
|||
backgroundColor: 'rgba(0, 0, 0, 0.75)',
|
||||
borderRadius: 24,
|
||||
paddingVertical: 8,
|
||||
paddingHorizontal: 14,
|
||||
gap: 8,
|
||||
paddingHorizontal: 8,
|
||||
gap: 4,
|
||||
},
|
||||
iconWrapper: {
|
||||
width: 28,
|
||||
|
|
@ -289,7 +289,7 @@ export const styles = StyleSheet.create({
|
|||
color: '#FFFFFF',
|
||||
fontSize: 16,
|
||||
fontWeight: '600',
|
||||
minWidth: 48,
|
||||
minWidth: 38,
|
||||
textAlign: 'center',
|
||||
},
|
||||
|
||||
|
|
@ -1218,4 +1218,4 @@ export const styles = StyleSheet.create({
|
|||
fontSize: skipTextFont,
|
||||
marginTop: 2,
|
||||
},
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue