Skip to content

Commit

Permalink
Use gap instead of space
Browse files Browse the repository at this point in the history
Closes #4477
  • Loading branch information
razzeee committed Jan 16, 2025
1 parent f49f63f commit a1c8675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/search/SearchFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const FilterFacette = ({
onCheckedChange: (e: CheckedState) => void
}) => {
return (
<label className="items-top flex space-x-2 pt-1.5">
<label className="items-top flex gap-x-2 pt-1.5">
<Checkbox checked={checked} onCheckedChange={onCheckedChange} />
<span className="grid gap-1.5 leading-none">{`${label} (${count})`}</span>
</label>
Expand Down

0 comments on commit a1c8675

Please sign in to comment.