Skip to content

Commit 60dc5b2

Browse files
authored
refactor: reverted walk color change (#454)
Reverted the change to the `walk` transportation color out of the previous patch release.
1 parent 3bbd9e9 commit 60dc5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokens/color/transportation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"airplane": { "value": "{color.turquoise.500.value}" },
1515
"taxi": { "value": "{color.yellow.500.value}" },
1616
"carsharing": { "value": "{color.orange.500.value}" },
17-
"walk": { "value": "{color.cool-gray.200.value}" },
17+
"walk": { "value": "{color.cool-gray.400.value}" },
1818
"bikesharing": { "value": "{color.red.600.value}" }
1919
}
2020
}

0 commit comments

Comments
 (0)