Skip to content

Commit c8aa7c3

Browse files
committed
fix: update faceted icon color
1 parent e87b2bb commit c8aa7c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/features/tasks/components/data-table-faceted-filter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export function DataTableFacetedFilter<TData, TValue>({
110110
: 'opacity-50 [&_svg]:invisible'
111111
)}
112112
>
113-
<CheckIcon className={cn('h-4 w-4')} />
113+
<CheckIcon className={cn('text-background h-4 w-4')} />
114114
</div>
115115
{option.icon && (
116116
<option.icon className='text-muted-foreground me-2 h-4 w-4' />

src/features/users/components/data-table-faceted-filter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export function DataTableFacetedFilter<TData, TValue>({
109109
: 'opacity-50 [&_svg]:invisible'
110110
)}
111111
>
112-
<CheckIcon className={cn('h-4 w-4')} />
112+
<CheckIcon className={cn('text-background h-4 w-4')} />
113113
</div>
114114
{option.icon && (
115115
<option.icon className='text-muted-foreground h-4 w-4' />

0 commit comments

Comments
 (0)