Skip to content

Commit

Permalink
fix(stepper): change step line color #CMN-810
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerkay committed Dec 16, 2019
1 parent 23f58ac commit 176ae72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stepper/styles/stepper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
.thy-stepper-line {
flex: auto;
border-top: 1px solid $gray-300;
border-top: 1px solid $gray-200;
margin: $stepper-line-margin;
min-width: $stepper-line-min-width;
&.thy-stepper-line-active {
Expand Down

0 comments on commit 176ae72

Please sign in to comment.