style : change last move color
This commit is contained in:
@@ -23,7 +23,7 @@ const SquareRenderer = forwardRef<HTMLDivElement, CustomSquareProps>(
|
|||||||
height: "100%",
|
height: "100%",
|
||||||
backgroundColor: moveClassification
|
backgroundColor: moveClassification
|
||||||
? moveClassificationColors[moveClassification]
|
? moveClassificationColors[moveClassification]
|
||||||
: "#ffff33",
|
: "#fad541",
|
||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
}
|
}
|
||||||
: undefined;
|
: undefined;
|
||||||
|
|||||||
Reference in New Issue
Block a user