From 4174fd2add686aa34ca5aca72601ed227ff902f0 Mon Sep 17 00:00:00 2001 From: AdityasahuX07 Date: Wed, 31 Dec 2025 18:55:44 +0530 Subject: [PATCH] Adjust padding and gap in playerStyles --- src/components/player/utils/playerStyles.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/player/utils/playerStyles.ts b/src/components/player/utils/playerStyles.ts index a470e67b..a4418e84 100644 --- a/src/components/player/utils/playerStyles.ts +++ b/src/components/player/utils/playerStyles.ts @@ -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, }, -}); \ No newline at end of file +});