mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Revert "use new favorite color for icons"
This reverts commit 23c81d3bdc.
This commit is contained in:
@@ -17,8 +17,8 @@ export const FavoriteColumn = (props: ItemTableListInnerColumn) => {
|
||||
className={row ? undefined : 'hover-only'}
|
||||
icon="favorite"
|
||||
iconProps={{
|
||||
color: row ? 'favorite' : 'muted',
|
||||
fill: row ? 'favorite' : undefined,
|
||||
color: row ? 'primary' : 'muted',
|
||||
fill: row ? 'primary' : undefined,
|
||||
size: 'md',
|
||||
}}
|
||||
onClick={(event) => {
|
||||
|
||||
Reference in New Issue
Block a user