Skip to content

Commit cd5da68

Browse files
committed
fix(form): change color for previous and active step
1 parent 8f789f9 commit cd5da68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/Form/steps/src/step-form-new.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ $steps-bg: $gray-lighter;
66
$steps-bg-active: $white;
77
$font-size-step: $font-size-base;
88
$font-size-step-number: $font-size-base + 0.2rem;
9-
$steps-color: $gray-dark;
10-
$steps-color-active: mix($black, $brand-primary, 20%);
9+
$steps-color: $color-texte;
10+
$steps-color-active: $color-axa;
1111

1212
.af-steps-new {
1313
margin-bottom: 2rem;

0 commit comments

Comments
 (0)