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