style : change last move color

This commit is contained in:
GuillaumeSD
2024-03-08 01:43:05 +01:00
parent e6df48063f
commit 91b56fde60

View File

@@ -23,7 +23,7 @@ const SquareRenderer = forwardRef<HTMLDivElement, CustomSquareProps>(
height: "100%",
backgroundColor: moveClassification
? moveClassificationColors[moveClassification]
: "#ffff33",
: "#fad541",
opacity: 0.5,
}
: undefined;