Change lyrics color on Color theme

This commit is contained in:
Prathamesh More 2022-05-07 07:18:35 +05:30
parent cfe4556aa1
commit ae13590204
9 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
package code.name.monkey.retromusic.fragments.other
package code.name.monkey.retromusic.fragments.player
import android.content.SharedPreferences
import android.os.Bundle

View file

@ -285,7 +285,7 @@ class PlayerAlbumCoverFragment : AbsMusicServiceFragment(R.layout.fragment_playe
} else {
surfaceColor()
}
Color, Classic -> color.backgroundColor
Color, Classic -> color.primaryTextColor
Blur -> Color.BLACK
else -> surfaceColor()
}