Skip to content

Commit b6f672c

Browse files
committed
fix: use color variable instead of hard coded value
1 parent 21fe5e1 commit b6f672c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/component/navigation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ $content-background-color: $background-color;
573573
padding-left: 0;
574574
margin-left: 10px;
575575
width: 24px;
576-
fill: #dc0451;
576+
fill: $disruption-color;
577577
height: 21px;
578578
}
579579
}

app/component/nearyou/stops-near-you.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
text-decoration: none;
438438
font-weight: 100;
439439
white-space: pre-wrap;
440-
background-color: #dc0451;
440+
background-color: $disruption-color;
441441
color: white;
442442
font-size: 0.9375rem;
443443
padding: 12px 0 5px 0;

0 commit comments

Comments
 (0)