yangchenggong1_wd

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

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