From 02064a2d8078b07aeb9e282700018c86638c4683 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 27 Nov 2023 15:56:04 +0100 Subject: [PATCH] Fix: icons for rental in cyclofix theme --- assets/themes/cyclofix/cyclofix.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/themes/cyclofix/cyclofix.json b/assets/themes/cyclofix/cyclofix.json index 4627707404..4d99cf241a 100644 --- a/assets/themes/cyclofix/cyclofix.json +++ b/assets/themes/cyclofix/cyclofix.json @@ -90,8 +90,11 @@ "=pointRendering": [ { "marker": [ + {"icon": "pin", + "color":"#ba2792"} + , { - "icon": "pin:#ba2792;./assets/themes/cyclofix/key.svg" + "icon": "./assets/themes/cyclofix/key.svg" } ], "iconSize": "40,40",