Adjust padding and gap in playerStyles

This commit is contained in:
AdityasahuX07 2025-12-31 18:55:44 +05:30 committed by GitHub
parent d3041f99cc
commit 4174fd2add
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},
});
});