From 110de75ad010fe27584ff6a2c8e9543669442b0b Mon Sep 17 00:00:00 2001 From: Nayif Noushad Date: Fri, 18 Apr 2025 00:11:11 +0530 Subject: [PATCH] Refactor styles in SeriesContent component for improved aesthetics; adjust padding, border radius, and font properties to enhance visual consistency. --- src/components/metadata/SeriesContent.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/metadata/SeriesContent.tsx b/src/components/metadata/SeriesContent.tsx index 10a9bd3..95d2b0d 100644 --- a/src/components/metadata/SeriesContent.tsx +++ b/src/components/metadata/SeriesContent.tsx @@ -385,17 +385,17 @@ const styles = StyleSheet.create({ top: 8, left: 8, backgroundColor: 'rgba(0,0,0,0.85)', - paddingHorizontal: 8, - paddingVertical: 4, - borderRadius: 6, + paddingHorizontal: 6, + paddingVertical: 2, + borderRadius: 4, borderWidth: 1, borderColor: 'rgba(255,255,255,0.2)', }, episodeNumberText: { color: '#fff', - fontSize: 13, - fontWeight: '700', - letterSpacing: 0.5, + fontSize: 11, + fontWeight: '600', + letterSpacing: 0.3, }, episodeInfo: { flex: 1,