From affdff16113376968bb7c995147f7d6d5b3b837a Mon Sep 17 00:00:00 2001 From: kangpeng Date: Thu, 11 Sep 2025 22:05:28 +0800 Subject: [PATCH] =?UTF-8?q?[tv][swiper]=E8=AE=BE=E8=AE=A1=E8=A7=84?= =?UTF-8?q?=E8=8C=83=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kangpeng --- .../main/resources/tv/element/pattern.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/systemres/main/resources/tv/element/pattern.json b/systemres/main/resources/tv/element/pattern.json index e710c643..29ae3429 100644 --- a/systemres/main/resources/tv/element/pattern.json +++ b/systemres/main/resources/tv/element/pattern.json @@ -1045,7 +1045,7 @@ }, { "name": "indicator_text_color_focused", - "value": "#99ffffff" + "value": "$color:font_primary" }, { "name": "indicator_text_font_size", @@ -1065,7 +1065,7 @@ }, { "name": "indicator_color_focused", - "value": "$color:comp_background_focus" + "value": "$color:comp_focused_primary" }, { "name": "arrow_disabled_alpha", @@ -1073,11 +1073,11 @@ }, { "name": "arrow_color_boardColor_hover", - "value": "$color:ohos_id_color_hover" + "value": "$color:interactive_hover" }, { "name": "arrow_color_boardColor_click", - "value": "$color:ohos_id_color_click_effect" + "value": "$color:interactive_pressed" }, { "name": "arrow_color_primary", @@ -1237,23 +1237,23 @@ }, { "name": "color_focus_unselected", - "value": "$color:swiper_indicator_unselected_focus_color" + "value": "$color:comp_background_secondary" }, { "name": "color_focus_bg", - "value": "#4dffffff" + "value": "$color:comp_background_focus" }, { "name": "indicator_bg_height", - "value": "7.0vp" + "value": "12.0vp" }, { "name": "indicator_color_focused_selected", - "value": "#FFF1F3F5" + "value": "$color:comp_focused_primary" }, { "name": "indicator_padding_dot", - "value": "8.0vp" + "value": "10.0vp" }, { "name": "indicator_focused_padding", -- Gitee