diff --git a/src/components/ui/filter.tsx b/src/components/ui/filter.tsx index 29bdf9ca..f2e212f8 100644 --- a/src/components/ui/filter.tsx +++ b/src/components/ui/filter.tsx @@ -447,7 +447,7 @@ const FilterSingleSelect = React.forwardRef< > {searchable && showSearch && (
- + {searchable && showSearch && (
- + ) { role="group" className={cn( "relative flex w-full items-center rounded-md border border-input transition-[color,box-shadow] outline-none", - "h-9 min-w-0", + "h-10 min-w-0", "bg-white dark:bg-input/30", // Focus state (border-2 primary, no ring) "has-[[data-slot=search-input-control]:focus-visible]:border-2 has-[[data-slot=search-input-control]:focus-visible]:border-primary",