Skip to content

Commit

Permalink
refactor: corrected color reference (#451)
Browse files Browse the repository at this point in the history
* refactor: corrected color reference

* refactor: updated tokens according to Marketingportal
  • Loading branch information
mfranzke authored Jan 15, 2024
1 parent a33c2c7 commit 3bbd9e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tokens/color/transportation.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"ic": { "value": "{color.cool-gray.500.value}" },
"ec": { "value": "{color.cool-gray.500.value}" },
"re": { "value": "{color.cool-gray.400.value}" },
"rb": { "value": "{color.cool-gray.300.value}" },
"s-bahn": { "value": "{color.green.600.value}" },
"rb": { "value": "{color.cool-gray.400.value}" },
"s-bahn": { "value": "{color.green.500.value}" },
"u-bahn": { "value": "{color.blue.500.value}" },
"tram": { "value": "{color.burgundy.500.value}" },
"intercity-bus": { "value": "{color.pink.500.value}" },
Expand All @@ -14,7 +14,7 @@
"airplane": { "value": "{color.turquoise.500.value}" },
"taxi": { "value": "{color.yellow.500.value}" },
"carsharing": { "value": "{color.orange.500.value}" },
"bikesharing": { "value": "{color.light-green.500.value}" },
"walk": { "value": "{color.cool-gray.400.value}" }
"walk": { "value": "{color.cool-gray.200.value}" },
"bikesharing": { "value": "{color.red.600.value}" }
}
}

0 comments on commit 3bbd9e9

Please sign in to comment.