mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
use new favorite color for icons
This commit is contained in:
@@ -168,7 +168,7 @@ const DummyAlbumDetailRoute = () => {
|
||||
<ActionIcon
|
||||
icon="favorite"
|
||||
iconProps={{
|
||||
fill: detailQuery?.data?.userFavorite ? 'primary' : undefined,
|
||||
fill: detailQuery?.data?.userFavorite ? 'favorite' : undefined,
|
||||
}}
|
||||
loading={
|
||||
createFavoriteMutation.isPending ||
|
||||
|
||||
Reference in New Issue
Block a user