Skip to content

Commit

Permalink
Update new pikaratikka color
Browse files Browse the repository at this point in the history
  • Loading branch information
jhanninen committed Sep 28, 2023
1 parent d87f731 commit a5c4780
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/icons/icon-lrail.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function LRailIcon({ height }) {
<defs></defs>
<g id="pikaratikka">
<path
fill="#00b2a9"
fill="#0098A1"
d="M25,0H175a25,25,0,0,1,25,25V175a25,25,0,0,1-25,25H25A25,25,0,0,1,0,175V25A25,25,0,0,1,25,0Z"
/>
<path
Expand Down
2 changes: 1 addition & 1 deletion src/styles/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--fontColor: rgb(20, 20, 20);
--busBlue: rgb(0, 122, 201);
--tramGreen: rgb(0, 152, 95);
--lrailAzure: #00b2a9;
--lrailAzure: #0098A1;
--trunkOrange: #ff6319;
--lightGray: rgb(221, 222, 220);
--mediumGray: rgb(102, 102, 102);
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6439,8 +6439,8 @@ hpack.js@^2.1.6:
wbuf "^1.1.0"

"hsl-map-style@https://github.com/HSLdevcom/hsl-map-style":
version "1.0.0"
resolved "https://github.com/HSLdevcom/hsl-map-style#33563ec151f4a8ebbc746c538497837f9f95b15a"
version "1.1.2"
resolved "https://github.com/HSLdevcom/hsl-map-style#207a8de2664c9a50b5a5f886d30f5b1628f995c7"
dependencies:
lodash "^4.17.4"

Expand Down

0 comments on commit a5c4780

Please sign in to comment.