mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +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}
|
||||
icon="favorite"
|
||||
iconProps={{
|
||||
fill: favorite ? 'favorite' : undefined,
|
||||
fill: favorite ? 'primary' : undefined,
|
||||
}}
|
||||
onClick={onFavorite}
|
||||
size="lg"
|
||||
|
||||
Reference in New Issue
Block a user