Changed: button colour

This commit is contained in:
Ray 2021-07-24 22:46:01 +01:00
parent 1be6d665f1
commit 27ce7ea304

View File

@ -38,7 +38,7 @@
}; };
this.StyleDown = new ButtonStyle() this.StyleDown = new ButtonStyle()
{ {
BackColour = Color.FromArgb(0, 183, 209), BackColour = Color.FromArgb(60, 53, 148),
PenColour = Color.White, PenColour = Color.White,
ForeImage = this.DownImage ForeImage = this.DownImage
}; };