mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-04 09:19:06 +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)',
|
backgroundColor: 'rgba(0, 0, 0, 0.75)',
|
||||||
borderRadius: 24,
|
borderRadius: 24,
|
||||||
paddingVertical: 8,
|
paddingVertical: 8,
|
||||||
paddingHorizontal: 14,
|
paddingHorizontal: 8,
|
||||||
gap: 8,
|
gap: 4,
|
||||||
},
|
},
|
||||||
iconWrapper: {
|
iconWrapper: {
|
||||||
width: 28,
|
width: 28,
|
||||||
|
|
@ -289,7 +289,7 @@ export const styles = StyleSheet.create({
|
||||||
color: '#FFFFFF',
|
color: '#FFFFFF',
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
fontWeight: '600',
|
fontWeight: '600',
|
||||||
minWidth: 48,
|
minWidth: 38,
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue