From 356f09fe77331349f0d759bfc521a797511b0377 Mon Sep 17 00:00:00 2001 From: wangweiyuan Date: Thu, 11 Sep 2025 16:34:54 +0800 Subject: [PATCH] update chip normalSize Signed-off-by: wangweiyuan --- systemres/main/resources/tv/element/float.json | 2 +- systemres/main/resources/tv/element/float_sys.json | 10 +++++----- systemres/main/resources/tv/element/pattern.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/systemres/main/resources/tv/element/float.json b/systemres/main/resources/tv/element/float.json index 1fcf99f9..72b5f74e 100644 --- a/systemres/main/resources/tv/element/float.json +++ b/systemres/main/resources/tv/element/float.json @@ -298,7 +298,7 @@ }, { "name": "chip_border_radius_normal", - "value": "19.0vp" + "value": "27.0vp" }, { "name": "chip_border_radius_small", diff --git a/systemres/main/resources/tv/element/float_sys.json b/systemres/main/resources/tv/element/float_sys.json index ab8a946d..9fb3dc16 100644 --- a/systemres/main/resources/tv/element/float_sys.json +++ b/systemres/main/resources/tv/element/float_sys.json @@ -518,7 +518,7 @@ }, { "name": "chip_normal_height", - "value": "36.0vp" + "value": "52.0vp" }, { "name": "chip_small_height", @@ -526,7 +526,7 @@ }, { "name": "chip_activated_normal_height", - "value": "34.0vp" + "value": "50.0vp" }, { "name": "chip_activated_small_height", @@ -566,7 +566,7 @@ }, { "name": "chip_normal_text_padding", - "value": "15.0vp" + "value": "21.0vp" }, { "name": "chip_small_text_padding", @@ -574,7 +574,7 @@ }, { "name": "chip_activated_normal_text_padding", - "value": "14.0vp" + "value": "20.0vp" }, { "name": "chip_activated_small_text_padding", @@ -598,7 +598,7 @@ }, { "name": "chip_normal_text_margin", - "value": "6.0vp" + "value": "8.0vp" }, { "name": "chip_small_text_margin", diff --git a/systemres/main/resources/tv/element/pattern.json b/systemres/main/resources/tv/element/pattern.json index e710c643..40f5b001 100644 --- a/systemres/main/resources/tv/element/pattern.json +++ b/systemres/main/resources/tv/element/pattern.json @@ -13,7 +13,7 @@ }, { "name": "bg_color_hovered_blend", - "value": "#4dffffff" + "value": "$color:interactive_hover" }, { "name": "bg_color_disabled_alpha", -- Gitee