mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
bug fix
This commit is contained in:
parent
34f110f16a
commit
69ac2d64ad
1 changed files with 4 additions and 4 deletions
|
|
@ -333,7 +333,7 @@ export const styles = StyleSheet.create({
|
|||
paddingVertical: 8,
|
||||
},
|
||||
iconButton: {
|
||||
padding: 10,
|
||||
padding: 8,
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
},
|
||||
|
|
@ -341,9 +341,9 @@ export const styles = StyleSheet.create({
|
|||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
gap: 8,
|
||||
paddingHorizontal: 12,
|
||||
paddingVertical: 6,
|
||||
gap: 4,
|
||||
paddingHorizontal: 8,
|
||||
paddingVertical: 4,
|
||||
marginTop: 12,
|
||||
backgroundColor: 'rgba(0, 0, 0, 0.5)',
|
||||
borderRadius: 24,
|
||||
|
|
|
|||
Loading…
Reference in a new issue