From 668bb8cb15bd7f96e9c283f6c90b9a67cebeff65 Mon Sep 17 00:00:00 2001 From: leahb Date: Sun, 18 May 2025 16:14:47 +0200 Subject: [PATCH] i changed my mind sorry, new version --- src/windowInterface/JPanelChessBoard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windowInterface/JPanelChessBoard.java b/src/windowInterface/JPanelChessBoard.java index 3e4aad5..e163bca 100644 --- a/src/windowInterface/JPanelChessBoard.java +++ b/src/windowInterface/JPanelChessBoard.java @@ -80,7 +80,7 @@ public class JPanelChessBoard extends JPanel { @Override protected void paintComponent(Graphics g) { super.paintComponent(g); - this.setBackground(new Color(170, 51, 106)); + this.setBackground(new Color(149, 53, 83)); if (myGame == null) { // Display title before game starts