From fe05525805a10872fec041dc093770d00993f29a Mon Sep 17 00:00:00 2001 From: zimplexing Date: Fri, 18 Jul 2025 23:00:42 +0800 Subject: [PATCH] fix: add padding to badge text for improved spacing --- app/detail.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/detail.tsx b/app/detail.tsx index f794440..f5e0ffd 100644 --- a/app/detail.tsx +++ b/app/detail.tsx @@ -249,6 +249,7 @@ const styles = StyleSheet.create({ color: "#fff", fontSize: 12, fontWeight: "bold", + paddingBottom: 2.5, }, selectedBadge: { backgroundColor: "#4c4c4c",