fix button pressed color

This commit is contained in:
Bella 2020-03-29 13:19:41 -04:00
parent aeaf989f5f
commit 95ff1c6c08
No known key found for this signature in database
GPG Key ID: 815562EA23BFE344
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class ColourSet {
public static Color bgColourHover = new Color(67, 54, 191); // light colored
public static double bgColourOther = 229.5;
public static Color buttonPressed = new Color(177, 52, 235);
public static Color buttonPressed = new Color(116, 101, 247);
public static Color buttonIdleN = new Color(200, 200, 200); // lighter grey
public static Color buttonHoveredN = new Color(190, 190, 190); // light grey