use new favorite color for icons

This commit is contained in:
jeffvli
2025-11-21 21:29:21 -08:00
parent d83d1f3e5a
commit 70a6ca5d77
9 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ export const RemoteContainer = () => {
disabled={!id}
icon="favorite"
iconProps={{
fill: song?.userFavorite ? 'primary' : 'default',
fill: song?.userFavorite ? 'favorite' : 'default',
}}
onClick={() => {
if (!id) return;