Skip to content

Commit

Permalink
Improve readability when dropdown control label has colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuukk authored Mar 23, 2024
1 parent 8509f19 commit dcb89d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Classes/DropDownControl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function DropDownClass:Draw(viewPort, noTooltip)
if not enabled then
SetDrawColor(0, 0, 0)
elseif self.dropped then
SetDrawColor(0.5, 0.5, 0.5)
SetDrawColor(0.1, 0.1, 0.1)
elseif mOver then
SetDrawColor(0.33, 0.33, 0.33)
else
Expand Down

0 comments on commit dcb89d6

Please sign in to comment.