mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 04:51:06 +02:00
Revert "use new favorite color for icons"
This reverts commit 23c81d3bdc.
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user