change theme color (again) and add acc colors to the score stat badges
Some checks failed
Deploy SSR / deploy (push) Failing after 30s

This commit is contained in:
Lee
2024-09-13 14:22:51 +01:00
parent 86252150b8
commit 671f520635
5 changed files with 63 additions and 20 deletions

View File

@ -114,7 +114,7 @@ export default function PlayerRankChart({ player }: Props) {
lineTension: 0.5,
data: playerRankHistory,
label: "Rank",
borderColor: "#a147fa",
borderColor: "#606fff",
fill: false,
color: "#fff",
},