mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-18 01:14:22 +02:00
use new favorite color for icons
This commit is contained in:
@@ -109,7 +109,7 @@ export const ItemDetail = ({ data, itemType, onClick, withControls }: ItemDetail
|
||||
<ActionIcon
|
||||
icon="favorite"
|
||||
iconProps={{
|
||||
fill: data?.userFavorite ? 'primary' : 'default',
|
||||
fill: data?.userFavorite ? 'favorite' : 'default',
|
||||
}}
|
||||
size="xs"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user