From 60dc5b28be15828361eaf18cedcf2a44f604c105 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:39:51 +0100 Subject: [PATCH] refactor: reverted `walk` color change (#454) Reverted the change to the `walk` transportation color out of the previous patch release. --- tokens/color/transportation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens/color/transportation.json b/tokens/color/transportation.json index 704127690..573170b97 100644 --- a/tokens/color/transportation.json +++ b/tokens/color/transportation.json @@ -14,7 +14,7 @@ "airplane": { "value": "{color.turquoise.500.value}" }, "taxi": { "value": "{color.yellow.500.value}" }, "carsharing": { "value": "{color.orange.500.value}" }, - "walk": { "value": "{color.cool-gray.200.value}" }, + "walk": { "value": "{color.cool-gray.400.value}" }, "bikesharing": { "value": "{color.red.600.value}" } } }