onecold 1 tahun lalu
induk
melakukan
0782b343a2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      entry/src/main/ets/view/LocalMusic.ets

+ 1 - 1
entry/src/main/ets/view/LocalMusic.ets

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