use new favorite color for icons

This commit is contained in:
jeffvli
2025-11-21 21:29:21 -08:00
parent 7113cdd25e
commit 23c81d3bdc
9 changed files with 10 additions and 14 deletions
@@ -209,7 +209,7 @@ export const RightControls = () => {
<ActionIcon
icon="favorite"
iconProps={{
fill: currentSong?.userFavorite ? 'primary' : undefined,
fill: currentSong?.userFavorite ? 'favorite' : undefined,
size: 'lg',
}}
onClick={(e) => {