From be6395da8e8341893fda5e0d787534b995ec49c8 Mon Sep 17 00:00:00 2001 From: yuchenglong Date: Tue, 20 Jan 2026 10:24:11 +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=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BC=98=E5=8C=96=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E5=92=8C=E6=96=87=E6=9C=AC=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/match-card.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/components/match-card.tsx b/components/match-card.tsx index b18e960..99e8433 100644 --- a/components/match-card.tsx +++ b/components/match-card.tsx @@ -394,7 +394,7 @@ export function MatchCard({ > @@ -407,7 +407,7 @@ export function MatchCard({ const styles = StyleSheet.create({ card: { height: 78, - paddingHorizontal: 12, + paddingHorizontal: 8, marginBottom: 8, borderRadius: 14, borderWidth: 1, @@ -424,7 +424,7 @@ const styles = StyleSheet.create({ alignItems: "center", }, left: { - width: 44, + width: 33, alignItems: "flex-start", justifyContent: "center", gap: 4, @@ -461,11 +461,11 @@ const styles = StyleSheet.create({ minWidth: 0, }, teamLogo: { - width: 22, - height: 22, + width: 18, + height: 18, }, teamName: { - fontSize: 14, + fontSize: 12, fontWeight: "600", marginLeft: 6, flex: 1, @@ -497,7 +497,7 @@ const styles = StyleSheet.create({ gap: 6, }, scoreBox: { - width: 36, + width: 30, height: 54, borderRadius: 8, borderWidth: 1.5,