调整比赛卡片样式,修改得分部分的颜色和边框颜色
This commit is contained in:
@@ -523,7 +523,7 @@ export function MatchCard({
|
|||||||
{
|
{
|
||||||
borderColor:
|
borderColor:
|
||||||
scoreParts.homeLead || scoreParts.awayLead
|
scoreParts.homeLead || scoreParts.awayLead
|
||||||
? "#FF9500"
|
? "#e6e6e648"
|
||||||
: scoreBorder,
|
: scoreBorder,
|
||||||
backgroundColor: scoreBg,
|
backgroundColor: scoreBg,
|
||||||
},
|
},
|
||||||
@@ -741,7 +741,7 @@ const styles = StyleSheet.create({
|
|||||||
fontWeight: "900",
|
fontWeight: "900",
|
||||||
},
|
},
|
||||||
scoreTextLead: {
|
scoreTextLead: {
|
||||||
color: "#FF9500",
|
color: "#ff9500",
|
||||||
},
|
},
|
||||||
scoreDivider: {
|
scoreDivider: {
|
||||||
width: "100%",
|
width: "100%",
|
||||||
|
|||||||
Reference in New Issue
Block a user