Skip to content

Commit

Permalink
fix: 🤔 map-marker main -> white circle (#1389)
Browse files Browse the repository at this point in the history
Co-authored-by: Vahid Nesro <vahid.nesro@virtual-identity.com>
  • Loading branch information
Vahid1919 and Vahid1919 authored Sep 25, 2024
1 parent 4c71515 commit 52665da
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/components/src/components/map-marker/map-marker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@ export default class SdMapMarker extends SolidElement {
<circle cx="25" cy="25" opacity="1" r="20" />
<circle cx="25" cy="25" opacity=".3" r="25" />
</svg>`,
main: svg`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 75">
<path
fill-rule="evenodd"
d="M51 49A29 29 0 0 0 30 0 29 29 0 0 0 9 49l21 22 21-22ZM40 28a10 10 0 1 1-20 0 10 10 0 0 1 20 0Z"
clip-rule="evenodd"
/>
</svg>`,
main: svg`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 75"><path d="M51 49A29 29 0 0 0 30 0 29 29 0 0 0 9 49l21 22 21-22Z"/><circle cx="30" cy="28" r="10" fill="#fff"/></svg>`,
place: svg`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 75">
<path fill-rule="evenodd" d="M51 49A29 29 0 0 0 30 0 29 29 0 0 0 9 49l21 22 21-22Z" clip-rule="evenodd" />
</svg>`
Expand Down

0 comments on commit 52665da

Please sign in to comment.