refactor(ai-pick): 主标签背景改用自建色bg_hotlist_orange,与CardHarmoyos/Vue一致

This commit is contained in:
clz
2026-07-28 13:34:35 +08:00
parent c03b17ef98
commit 305fcb9a7c
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -659,7 +659,7 @@ export struct AiPickNodeComponent {
.height(16) .height(16)
.textAlign(TextAlign.Center) .textAlign(TextAlign.Center)
.borderRadius(2) .borderRadius(2)
.backgroundColor($r('app.color.elements_button_bg_tertiary')) .backgroundColor($r('app.color.bg_hotlist_orange'))
} }
} }
.width('35%') .width('35%')
@@ -122,6 +122,10 @@
{ {
"name": "hotlist_purple", "name": "hotlist_purple",
"value": "#b341d9" "value": "#b341d9"
},
{
"name": "bg_hotlist_orange",
"value": "#1AFF661A"
} }
] ]
} }