From 89d3a49a5be2ad467dfe2bfd1bb02703168d86f3 Mon Sep 17 00:00:00 2001 From: yuchenglong Date: Fri, 23 Jan 2026 09:56:43 +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=BF=AE=E6=94=B9=E5=BE=97?= =?UTF-8?q?=E5=88=86=E9=83=A8=E5=88=86=E7=9A=84=E9=A2=9C=E8=89=B2=E5=92=8C?= =?UTF-8?q?=E8=BE=B9=E6=A1=86=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/match-card.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/match-card.tsx b/components/match-card.tsx index abda1a6..54f387d 100644 --- a/components/match-card.tsx +++ b/components/match-card.tsx @@ -523,7 +523,7 @@ export function MatchCard({ { borderColor: scoreParts.homeLead || scoreParts.awayLead - ? "#FF9500" + ? "#e6e6e648" : scoreBorder, backgroundColor: scoreBg, }, @@ -741,7 +741,7 @@ const styles = StyleSheet.create({ fontWeight: "900", }, scoreTextLead: { - color: "#FF9500", + color: "#ff9500", }, scoreDivider: { width: "100%",