From 263ab2aa1d9163444fd90d3b75612115acf2c1f5 Mon Sep 17 00:00:00 2001 From: zhanghang Date: Thu, 7 Aug 2025 16:53:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20scrollbar=20=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhanghang Change-Id: I4b1a9ea2eb561d3e843e6af3ffb9d7f68c212f38 --- systemres/main/resources/tv/element/color.json | 4 ++++ systemres/main/resources/tv/element/float.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/systemres/main/resources/tv/element/color.json b/systemres/main/resources/tv/element/color.json index b492b872..c81c4b2d 100644 --- a/systemres/main/resources/tv/element/color.json +++ b/systemres/main/resources/tv/element/color.json @@ -519,6 +519,10 @@ { "name": "comp_focused_primary", "value": "#FFFFFFFF" + }, + { + "name": "scrollbar_color_foreground", + "value": "#E5E5E5" } ] } \ No newline at end of file diff --git a/systemres/main/resources/tv/element/float.json b/systemres/main/resources/tv/element/float.json index ac9f924e..28322b13 100644 --- a/systemres/main/resources/tv/element/float.json +++ b/systemres/main/resources/tv/element/float.json @@ -214,7 +214,7 @@ }, { "name": "ohos_id_scroll_bar_active_width", - "value": "6.0vp" + "value": "8.0vp" }, { "name": "ohos_id_shadow_default_xs_shadow_dark", -- Gitee