Skip to content

Commit

Permalink
fix: Search button padding
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Nov 16, 2024
1 parent 7127c07 commit 7ea25eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/student/map/_components/MapFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function MapFilters({
onChange={selected => onFilterChange(f, selected)}></FilterSection>
))}
</div>
<div className="flex">
<div className="flex px-5">
<Button onClick={onSelect} className="ml-auto px-7">
Select
</Button>
Expand Down

0 comments on commit 7ea25eb

Please sign in to comment.