Skip to content

Commit

Permalink
Merge pull request #48 from icssc/feat/map-border
Browse files Browse the repository at this point in the history
feat: added border to map
  • Loading branch information
NwinNwin authored Apr 15, 2024
2 parents 432831c + e58bbd6 commit e7ac962
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Map/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,9 @@ export default function Map({

return (
<div>
{/* Styles applied to MapContainer don't render unless page is reloaded */}
<MapContainer
style={{ border: "3px dotted black" }}
className="map-container"
center={centerPosition}
zoom={17}
Expand Down

0 comments on commit e7ac962

Please sign in to comment.