mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
Revert "use new favorite color for icons"
This reverts commit 23c81d3bdc.
This commit is contained in:
@@ -84,7 +84,7 @@ export const RemoteContainer = () => {
|
||||
disabled={!id}
|
||||
icon="favorite"
|
||||
iconProps={{
|
||||
fill: song?.userFavorite ? 'favorite' : 'default',
|
||||
fill: song?.userFavorite ? 'primary' : 'default',
|
||||
}}
|
||||
onClick={() => {
|
||||
if (!id) return;
|
||||
|
||||
Reference in New Issue
Block a user