-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add custom icon and stroke color in default marker (#37)
<!-- Thank you for submitting a pull request! Here's a checklist you might find useful. [ ] There is an associated issue that is labelled 'Bug' or 'help wanted' or is in the Community milestone [ ] Code is up-to-date with the `main` branch [ ] You've successfully run `npm test` locally [ ] There are new or updated tests validating the change --> Fixes # - `MMapDefaultMarker` updates `color` props - add new optional values `iconDay` and `iconNight` for custom icon colors in light and dark themes, and `strokeDay` and `strokeNight`, for custom stroke colors. - New default `black` color for `MMapDefaultMarker`.
- Loading branch information
1 parent
7a75d27
commit 6fd7856
Showing
2 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters