summaryrefslogtreecommitdiff
path: root/Penguloon/Controls/Button.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2017-12-29 17:27:49 +0100
committeraldrikboy <aldrikboy@gmail.com>2017-12-29 17:27:49 +0100
commitda38e93e55b6ff46a53dcd9d2be393149089d329 (patch)
treec19fdb964ee6f8dd8dd3102b22de541828850983 /Penguloon/Controls/Button.cs
parent5373e919a0d9e389fc2076963f610d044c21ccb5 (diff)
obejct info, new level selector, credits haHA
Diffstat (limited to 'Penguloon/Controls/Button.cs')
-rw-r--r--Penguloon/Controls/Button.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Controls/Button.cs b/Penguloon/Controls/Button.cs
index 757b87d..542fb7f 100644
--- a/Penguloon/Controls/Button.cs
+++ b/Penguloon/Controls/Button.cs
@@ -12,7 +12,7 @@ namespace Penguloon.Controls
this.BackgroundDisabled = ContentManager.GetTexture("UI/btnDisabled");
this.Text = text;
- this.ForeColor = Color.Gray;
+ this.ForeColor = Color.White;
this.BorderColor = Color.Gray;
this.BorderWidth = 0;
this.Font = ContentManager.GetFont(StaticUIValues.MenuFont);