From 0d235bb9ed01664f83901c1d31029dc75d3aa5e4 Mon Sep 17 00:00:00 2001 From: kangpeng Date: Fri, 8 Aug 2025 15:42:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=93=9D=E9=BB=84=E5=B7=AE=E5=BC=82=E5=90=8C?= =?UTF-8?q?=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kangpeng --- systemres/main/resources/base/element/pattern.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/systemres/main/resources/base/element/pattern.json b/systemres/main/resources/base/element/pattern.json index c2e5e255..bef8fd6c 100644 --- a/systemres/main/resources/base/element/pattern.json +++ b/systemres/main/resources/base/element/pattern.json @@ -211,10 +211,18 @@ "name": "scale_focus", "value": "$float:ohos_id_scale_focus_button" }, + { + "name": "emphasize_focus_color", + "value": "$color:ohos_id_color_emphasize" + }, { "name": "focus_bg_text", "value": "$color:text_button_container_focus_color" }, + { + "name": "emphasize_button_text_focus_color", + "value": "$color:ohos_id_color_foreground_contrary" + }, { "name": "button_aging_big_font_size_scale", "value": "$float:ohos_id_big_font_size_scale" -- Gitee