diff --git a/systemres/main/resources/tv/element/color_sys.json b/systemres/main/resources/tv/element/color_sys.json index 04006d9c1488b7ca4a70b5cbd6e5e12b5dd6a170..9d2179bc42f820c8f7551fa08f07e04f395bf104 100644 --- a/systemres/main/resources/tv/element/color_sys.json +++ b/systemres/main/resources/tv/element/color_sys.json @@ -78,11 +78,11 @@ }, { "name": "rating_icon_active_color", - "value": "#F7CE00" + "value": "$color:multi_color_11" }, { "name": "rating_icon_inactive_color", - "value": "#33F1F3F5" + "value": "$color:comp_background_tertiary" }, { "name": "rating_container_hover_color", @@ -90,7 +90,7 @@ }, { "name": "rating_container_press_color", - "value": "#26FFFFFF" + "value": "$color:interactive_pressed" }, { "name": "rating_container_focus_color", @@ -98,7 +98,7 @@ }, { "name": "rating_unlit_star_focus_color", - "value": "$color:comp_background_secondary" + "value": "$color:comp_background_tertiary" }, { "name": "textfield_bg_color", diff --git a/systemres/main/resources/tv/element/float_sys.json b/systemres/main/resources/tv/element/float_sys.json index afa50f8d1fee8356a190d59976def2a6c5a9332e..7af34e9579acdbb83ae032fd7401773c0ca7833e 100644 --- a/systemres/main/resources/tv/element/float_sys.json +++ b/systemres/main/resources/tv/element/float_sys.json @@ -198,15 +198,15 @@ }, { "name": "rating_icon_board_distance", - "value": "15.0vp" + "value": "17.0vp" }, { "name": "rating_big_width", - "value": "64.0vp" + "value": "86.0vp" }, { "name": "rating_big_height", - "value": "64.0vp" + "value": "86.0vp" }, { "name": "rating_focus_space", @@ -935,6 +935,14 @@ { "name" : "segment_button_unselected_font_weight", "value": "500" + }, + { + "name": "ohos_id_rating_mini_width", + "value": "16.0vp" + }, + { + "name": "ohos_id_rating_mini_height", + "value": "16.0vp" } ] } \ No newline at end of file