Themes: fix badge, fix #1894

This commit is contained in:
Pieter Vander Vennet 2024-04-13 01:26:24 +02:00
parent c26225ccf1
commit a2279ac28b

View file

@ -280,8 +280,10 @@
"then": "circle:#e2783d;./assets/layers/bike_repair_station/pump.svg" "then": "circle:#e2783d;./assets/layers/bike_repair_station/pump.svg"
}, },
{ {
"if": "service:bicycle:cleaning~*", "if": {
"then": "./assets/layers/bike_cleaning/bike_cleaning_icon.svg" "and":["service:bicycle:cleaning~*","service:bicycle:cleaning!=no"]
},
"then": "circle:#6bc4f7;./assets/layers/bike_cleaning/bike_cleaning_icon.svg"
} }
], ],
"iconSize": "50,50", "iconSize": "50,50",