fix(geomap): marker color not respected

This commit is contained in:
Elian Doran 2025-11-21 20:50:06 +02:00
parent 5b708e77aa
commit 4552b2b158
No known key found for this signature in database

View File

@ -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;