Skip to content

Commit

Permalink
shrink in legend btn
Browse files Browse the repository at this point in the history
  • Loading branch information
mluena committed Apr 10, 2024
1 parent d7ee3f1 commit 39c55ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/map/legend/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const MapLegends = ({ className = '' }) => {
<Button
variant="primary"
size="base"
className="ml-auto mt-auto h-8 w-8 rounded-full p-0"
className="ml-auto mt-auto h-8 w-8 shrink-0 rounded-full p-0"
onClick={handleOpenLegend}
>
{openLegend ? <ChevronsRight size={12} /> : <ChevronsLeft size={12} />}
Expand Down

0 comments on commit 39c55ca

Please sign in to comment.