Skip to content

Commit dfd4326

Browse files
authored
fix(progress-indicator): incomplete-label color changed to $text-02 (#258)
1 parent b1e99d9 commit dfd4326

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/progress-indicator/_progress-indicator.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
}
7979

8080
.bx--progress-label {
81-
color: $ui-05;
81+
color: $text-02;
8282
}
8383

8484
.bx--progress-line {
@@ -107,4 +107,3 @@
107107
}
108108
}
109109
}
110-

0 commit comments

Comments
 (0)