mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:37:43 +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:
|
case ValueID::Threedface:
|
||||||
return SystemColor::button_face();
|
return SystemColor::button_face();
|
||||||
case ValueID::Buttontext:
|
case ValueID::Buttontext:
|
||||||
return SystemColor::button_face();
|
return SystemColor::button_text();
|
||||||
case ValueID::Canvas:
|
case ValueID::Canvas:
|
||||||
case ValueID::Appworkspace:
|
case ValueID::Appworkspace:
|
||||||
case ValueID::Background:
|
case ValueID::Background:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue