Skip to content

Commit

Permalink
Testing, fixing and finalizing PR RobinPerris#40
Browse files Browse the repository at this point in the history
  • Loading branch information
FallenAvatar committed Mar 19, 2021
1 parent bc1f182 commit f579eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DarkUI/Controls/DarkComboBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private void PaintCombobox()
{
var rect = new Rectangle(0, 0, ClientSize.Width, ClientSize.Height);

var textColor = Enabled ? ThemeProvider.Theme.Colors.LightText : ThemeProvider.Theme.Colors.Colors.DisabledText;
var textColor = Enabled ? ThemeProvider.Theme.Colors.LightText : ThemeProvider.Theme.Colors.DisabledText;
var borderColor = ThemeProvider.Theme.Colors.GreySelection;
var fillColor = ThemeProvider.Theme.Colors.LightBackground;

Expand Down

0 comments on commit f579eb9

Please sign in to comment.