Last active
January 25, 2021 21:08
-
-
Save eric-taix/62099cca30a4576b6befe2e8b30bb8d7 to your computer and use it in GitHub Desktop.
Google map style
This file contains hidden or 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
{ | |
"featureType": "all", | |
"elementType": "labels.text.stroke", | |
"stylers": [ | |
{ | |
"color": "{textTheme.bodyText2}" | |
}, | |
{ | |
"visibility": "off" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment