LibWeb: Use SystemColor::button_text for ButtonText CSS values

This commit is contained in:
Timothy Flynn 2023-08-26 13:02:56 -04:00 committed by Andreas Kling
parent 0060fe3095
commit 7df48756d6
Notes: sideshowbarker 2024-07-16 23:08:48 +09:00

View File

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