mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:58:11 +00:00
LibWeb: Use SystemColor::button_text for ButtonText CSS values
This commit is contained in:
parent
0060fe3095
commit
7df48756d6
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
Add a link
Reference in a new issue