extra styling changes location

This commit is contained in:
Ward 2021-07-27 16:07:34 +02:00
parent 208ab51c73
commit 4539a3b21c
5 changed files with 29 additions and 5 deletions

View file

@ -84,11 +84,11 @@ export default class GeoLocationHandler extends VariableUiElement {
if (isLocked.data) {
icon = Svg.location;
} else if (hasLocationData) {
icon = Svg.crosshair_blue;
icon = Svg.location_empty;
} else if (isActive.data) {
icon = Svg.crosshair_blue_center;
icon = Svg.location_empty;
} else {
icon = Svg.crosshair;
icon = Svg.location_circle;
}
return new CenterFlexedElement(