调整比赛卡片样式,修改得分部分的颜色和边框颜色

This commit is contained in:
yuchenglong
2026-01-23 09:56:43 +08:00
parent d38d0155de
commit 89d3a49a5b

View File

@@ -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%",