mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-19 09:54:18 +02:00
set favorite color to primary on header menu
This commit is contained in:
@@ -206,7 +206,7 @@ export const LibraryHeaderMenu = ({
|
|||||||
disabled={isMutatingCreateFavorite || isMutatingDeleteFavorite}
|
disabled={isMutatingCreateFavorite || isMutatingDeleteFavorite}
|
||||||
icon="favorite"
|
icon="favorite"
|
||||||
iconProps={{
|
iconProps={{
|
||||||
fill: favorite ? 'favorite' : undefined,
|
fill: favorite ? 'primary' : undefined,
|
||||||
}}
|
}}
|
||||||
onClick={onFavorite}
|
onClick={onFavorite}
|
||||||
size="lg"
|
size="lg"
|
||||||
|
|||||||
Reference in New Issue
Block a user