Skip to content

Commit

Permalink
Fix category filter font size
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulkrishh committed Aug 2, 2023
1 parent 74e7fb1 commit 1cc3db3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/table/data-table-faceted-filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export default function DataTableFacetedFilter<TData, TValue>({
<PopoverTrigger asChild>
<Button
variant="outline"
size="sm"
className={`h-8 border-dashed ${cn({
'pointer-events-none opacity-50': disabled,
'max:sm:w-full': selectedValues.size < 1,
Expand Down

1 comment on commit 1cc3db3

@vercel
Copy link

@vercel vercel bot commented on 1cc3db3 Aug 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.