From dd4895a928dcd67d102166e97f58d57134c293f5 Mon Sep 17 00:00:00 2001 From: panhui Date: Mon, 8 Sep 2025 16:03:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E7=B3=8A=E6=9D=90=E8=B4=A8=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E5=88=86=E5=B1=82=E5=8F=82=E6=95=B0=20Signed-off-by:p?= =?UTF-8?q?anhui1@huawei.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: panhui --- systemres/main/resources/2in1-dark/element/color.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systemres/main/resources/2in1-dark/element/color.json b/systemres/main/resources/2in1-dark/element/color.json index b17ac82f..f1b50a3d 100644 --- a/systemres/main/resources/2in1-dark/element/color.json +++ b/systemres/main/resources/2in1-dark/element/color.json @@ -151,6 +151,10 @@ { "name": "tips_outer_border_color_dark", "value": "#66000000" + }, + { + "name": "ohos_id_blur_style_component_regular_color_dark", + "value": "#662E3033" } ] } -- Gitee