浏览代码

LibWeb: Use SystemColor::button_text for ButtonText CSS values

Timothy Flynn 1 年之前
父节点
当前提交
7df48756d6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Userland/Libraries/LibWeb/CSS/StyleValues/IdentifierStyleValue.cpp

+ 1 - 1
Userland/Libraries/LibWeb/CSS/StyleValues/IdentifierStyleValue.cpp

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