mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 17:04:16 +02:00
use new favorite color for icons
This commit is contained in:
@@ -69,7 +69,7 @@ export const MobileFullscreenPlayerMetadata = memo(
|
||||
<ActionIcon
|
||||
icon="favorite"
|
||||
iconProps={{
|
||||
fill: isFavorite ? 'primary' : undefined,
|
||||
fill: isFavorite ? 'favorite' : undefined,
|
||||
size: 'md',
|
||||
}}
|
||||
onClick={onToggleFavorite}
|
||||
|
||||
Reference in New Issue
Block a user