From fa13b3c17d100469079b919fda8f28bead7f476e Mon Sep 17 00:00:00 2001 From: yuchenglong Date: Tue, 20 Jan 2026 10:49:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B5=94=E7=8E=87=E8=A1=8C?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=EF=BC=8C=E8=B0=83=E6=95=B4=E8=BE=B9=E8=B7=9D?= =?UTF-8?q?=E5=92=8C=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/match-card.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/match-card.tsx b/components/match-card.tsx index 99e8433..3e255d0 100644 --- a/components/match-card.tsx +++ b/components/match-card.tsx @@ -472,19 +472,19 @@ const styles = StyleSheet.create({ minWidth: 0, }, bookmakerOddsRow: { + marginLeft: 4, flexDirection: "row", gap: 4, }, oddBadge: { paddingHorizontal: 5, - paddingVertical: 2, - borderRadius: 6, - minWidth: 36, + borderRadius: 8, + minWidth: 30, alignItems: "center", justifyContent: "center", }, oddText: { - fontSize: 10.5, + fontSize: 10, fontWeight: "700", opacity: 0.9, },