1
Fork 0
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:
Andreas Kling 2019-12-24 02:38:30 +01:00
parent b25600a7ef
commit c1e8590a40

View file

@ -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)