From 9fcc7eebd37a3345a0704238ebd89d9a4d1b8cc1 Mon Sep 17 00:00:00 2001 From: yuchenglong Date: Wed, 21 Jan 2026 09:31:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=AF=94=E8=B5=9B=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E7=BB=84=E4=BB=B6=E7=9A=84=E6=A0=B7=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BE=BD=E7=AB=A0=E7=9A=84=E5=B0=BA=E5=AF=B8?= =?UTF-8?q?=E5=92=8C=E6=96=87=E6=9C=AC=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 eb0db78..0b927b8 100644 --- a/components/match-card.tsx +++ b/components/match-card.tsx @@ -668,8 +668,8 @@ const styles = StyleSheet.create({ flexShrink: 0, }, cardBadge: { - minWidth: 16, - height: 16, + minWidth: 10, + height: 15, borderRadius: 3, alignItems: "center", justifyContent: "center", @@ -693,9 +693,9 @@ const styles = StyleSheet.create({ opacity: 0.4, }, cardBadgeText: { - fontSize: 10, + fontSize: 8, fontWeight: "900", - lineHeight: 12, + lineHeight: 10, color: "#fff", }, cardBadgeTextDark: {