mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 13:35:12 +00:00
LibWeb: Use SystemColor::button_text for ButtonText CSS values
This commit is contained in:
parent
0060fe3095
commit
7df48756d6
Notes:
sideshowbarker
2024-07-16 23:08:48 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/7df48756d6 Pull-request: https://github.com/SerenityOS/serenity/pull/20791
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ Color IdentifierStyleValue::to_color(Optional<Layout::NodeWithStyle const&> node
|
|||
case ValueID::Threedface:
|
||||
return SystemColor::button_face();
|
||||
case ValueID::Buttontext:
|
||||
return SystemColor::button_face();
|
||||
return SystemColor::button_text();
|
||||
case ValueID::Canvas:
|
||||
case ValueID::Appworkspace:
|
||||
case ValueID::Background:
|
||||
|
|
Loading…
Add table
Reference in a new issue