all pinky

This commit is contained in:
Jérôme BEDIER 2025-05-22 22:34:13 +02:00
parent 9ded1e1879
commit b5c58ee655
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public class JPanelChessBoard extends JPanel {
);
}
if(isHighlight || isSelect) {
g.setColor(Color.white);
g.setColor(Color.pink);
}
}