|
@@ -2434,7 +2434,7 @@ export struct LocalMusic {
|
|
|
Image($r("app.media.hm_playlist"))
|
|
Image($r("app.media.hm_playlist"))
|
|
|
.width(25)
|
|
.width(25)
|
|
|
.margin({ left: 8 })
|
|
.margin({ left: 8 })
|
|
|
- .fillColor('#ff5186')
|
|
|
|
|
|
|
+ .fillColor(this.themeColor)
|
|
|
|
|
|
|
|
Text(`共找到${this.artistList.length}位艺术家`)
|
|
Text(`共找到${this.artistList.length}位艺术家`)
|
|
|
.fontColor($r('app.color.text_color'))
|
|
.fontColor($r('app.color.text_color'))
|