There was an error while loading. Please reload this page.
1 parent f03b66b commit 339984fCopy full SHA for 339984f
1 file changed
web/components/filters/search.tsx
@@ -175,9 +175,6 @@ export const Search = forwardRef<
175
size="sm"
176
className={clsx(
177
'!h-10 !rounded-full border border-canvas-200',
178
- // With the panel closed there was nothing on screen saying the grid is a filtered
179
- // view, so an active count tints the button and rides along as a badge.
180
- activeFilterCount > 0 && '!border-primary-200 !bg-primary-50 !text-primary-700',
181
highlightFilters &&
182
'border-primary-500 ring-2 ring-primary-300 bg-primary-50 text-primary-700',
183
)}
0 commit comments