Skip to content

Commit

Permalink
refactor: reverted walk color change (#454)
Browse files Browse the repository at this point in the history
Reverted the change to the `walk` transportation color out of the previous patch release.
  • Loading branch information
mfranzke authored Jan 15, 2024
1 parent 3bbd9e9 commit 60dc5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokens/color/transportation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}" }
}
}

0 comments on commit 60dc5b2

Please sign in to comment.