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
@@ -69,7 +69,7 @@ export const MobileFullscreenPlayerMetadata = memo(
<ActionIcon
icon="favorite"
iconProps={{
fill: isFavorite ? 'primary' : undefined,
fill: isFavorite ? 'favorite' : undefined,
size: 'md',
}}
onClick={onToggleFavorite}