yangchenggong1_wd

fix:bug[17269] 清空搜索记录-弹框和按钮颜色不对

@@ -17,7 +17,8 @@ export struct SearchHistoryComponent{ @@ -17,7 +17,8 @@ export struct SearchHistoryComponent{
17 this.onAccept() 17 this.onAccept()
18 }, 18 },
19 title: "确认清空历史记录", 19 title: "确认清空历史记录",
20 - tipShow:false 20 + tipShow:false,
  21 + leftTextColor:$r('app.color.color_648DF2')
21 }), 22 }),
22 autoCancel: true, 23 autoCancel: true,
23 alignment: DialogAlignment.Center, 24 alignment: DialogAlignment.Center,