Skip to content

Commit

Permalink
shelter-web: fix filter icon relative to autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
tglaz committed Dec 21, 2024
1 parent 16614b9 commit b9dba55
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ export function ShelterSearch() {
onPlaceSelect={onPlaceSelect}
/>

<button onClick={onFilterClick}>
<FilterIcon className="w-6 ml-4 text-primary-20" />
<button onClick={onFilterClick} className="self-start ml-4 mt-4">
<FilterIcon className="w-6 text-primary-20" />
</button>
</div>

Expand Down

0 comments on commit b9dba55

Please sign in to comment.