mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:37:43 +00:00
LibDraw: Use SystemColor::ThreedHighlight everywhere in StylePainter
This commit is contained in:
parent
b25600a7ef
commit
c1e8590a40
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ void StylePainter::paint_button(Painter& painter, const Rect& rect, ButtonStyle
|
|||
return paint_button_new(painter, rect, pressed, checked, hovered, enabled);
|
||||
|
||||
Color button_color = SystemColor::Button;
|
||||
Color highlight_color = Color::White;
|
||||
Color highlight_color = SystemColor::ThreedHighlight;
|
||||
Color shadow_color = Color(96, 96, 96);
|
||||
|
||||
if (button_style == ButtonStyle::CoolBar && !enabled)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue