Revert "use new favorite color for icons"

This reverts commit 23c81d3bdc.
This commit is contained in:
jeffvli
2025-11-22 04:21:31 -08:00
parent ab49735268
commit ee4a1f762e
9 changed files with 14 additions and 10 deletions
@@ -69,7 +69,7 @@ export const MobileFullscreenPlayerMetadata = memo(
<ActionIcon
icon="favorite"
iconProps={{
fill: isFavorite ? 'favorite' : undefined,
fill: isFavorite ? 'primary' : undefined,
size: 'md',
}}
onClick={onToggleFavorite}
@@ -209,7 +209,7 @@ export const RightControls = () => {
<ActionIcon
icon="favorite"
iconProps={{
fill: currentSong?.userFavorite ? 'favorite' : undefined,
fill: currentSong?.userFavorite ? 'primary' : undefined,
size: 'lg',
}}
onClick={(e) => {