Skip to content

Commit

Permalink
feat(marker-cluster): use more consistent style
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed May 16, 2024
1 parent bf1bff8 commit 576728a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/design-system/components/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,16 @@
@import 'src/design-system/components/Switch/Switch.css';
@import 'src/design-system/components/TextArea/TextArea.css';
@import 'src/design-system/components/Drawer/Drawer.css';

/* Leaflet Marker Cluster custom styles */
.leaflet-marker-icon.marker-cluster {
display: flex;
border: 0.25em solid #ED3D63;
background-color: white;
padding: 0.125em;
border-radius: 40px;
}
.leaflet-marker-icon.marker-cluster div {
margin: auto;
background-color: transparent;
}

0 comments on commit 576728a

Please sign in to comment.