diff --git a/apps/client/src/widgets/collections/geomap/index.css b/apps/client/src/widgets/collections/geomap/index.css index 9fc5dee63..81039ba48 100644 --- a/apps/client/src/widgets/collections/geomap/index.css +++ b/apps/client/src/widgets/collections/geomap/index.css @@ -45,7 +45,7 @@ top: 3px; inset-inline-start: 2px; background-color: white; - color: black; + color: var(--light-theme-custom-color, black); padding: 2px; border-radius: 50%; font-size: 17px; @@ -79,4 +79,4 @@ body[dir=rtl] .geo-map-container .leaflet-div-icon .title-label { .geo-map-container.dark .leaflet-div-icon .title-label { color: white; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; -} \ No newline at end of file +}