use new favorite color for icons

This commit is contained in:
jeffvli
2025-11-21 21:29:21 -08:00
parent d83d1f3e5a
commit 70a6ca5d77
9 changed files with 10 additions and 14 deletions
@@ -17,8 +17,8 @@ export const FavoriteColumn = (props: ItemTableListInnerColumn) => {
className={row ? undefined : 'hover-only'}
icon="favorite"
iconProps={{
color: row ? 'primary' : 'muted',
fill: row ? 'primary' : undefined,
color: row ? 'favorite' : 'muted',
fill: row ? 'favorite' : undefined,
size: 'md',
}}
onClick={(event) => {