mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-17 06:52:23 +00:00
LibDraw: Use SystemColor::ThreedHighlight everywhere in StylePainter
This commit is contained in:
parent
b25600a7ef
commit
c1e8590a40
Notes:
sideshowbarker
2024-07-19 10:43:24 +09:00
Author: https://github.com/awesomekling
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