Skip to content

Commit 671fd37

Browse files
authored
fix journey timeline line color in dark mode (#58071)
1 parent 33f3dbe commit 671fd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/landings/components/journey/JourneyLearningTracks.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
/* Hide only the timeline line that extends below the last badge, preserve everything else */
8080
.timelineContainer :global(.Timeline-Item:last-child::before) {
81-
background: linear-gradient(to bottom, var(--borderColor-default, #d1d9e0) 0%, var(--borderColor-default, #d1d9e0) 30%, transparent 30%, transparent 100%) !important;
81+
background: linear-gradient(to bottom, var(--borderColor-muted, var(--color-border-muted)) 0%, var(--borderColor-muted, var(--color-border-muted)) 30%, transparent 30%, transparent 100%) !important;
8282
}
8383

8484
.timelineBadge {

0 commit comments

Comments
 (0)