调整比赛卡片样式,修改得分部分的颜色和边框颜色
This commit is contained in:
@@ -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%",
|
||||
|
||||
Reference in New Issue
Block a user