forked from MapComplete/MapComplete
extra styling changes location
This commit is contained in:
parent
208ab51c73
commit
4539a3b21c
5 changed files with 29 additions and 5 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue