Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 7b47ac5

Browse files
Googlernshahan
authored andcommitted
Update the color of inactive stepper index and stepper edit icon to mat-grey-700 to fulfill contrast requirements.
PiperOrigin-RevId: 260049719
1 parent 2cf1208 commit 7b47ac5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

angular_components/lib/material_stepper/material_stepper.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $edit-icon-size: $mat-grid * 2;
7272
}
7373

7474
.stepper-step-index {
75-
background-color: $mat-grey-500;
75+
background-color: $mat-grey-700;
7676
border: 2px solid $mat-white;
7777
border-radius: 100%;
7878
box-sizing: content-box;
@@ -182,7 +182,7 @@ $edit-icon-size: $mat-grid * 2;
182182
}
183183

184184
&[active = false] {
185-
color: $mat-grey-500;
185+
color: $mat-grey-700;
186186
}
187187

188188
&[complete = true] {
@@ -209,7 +209,7 @@ $edit-icon-size: $mat-grid * 2;
209209
// TODO(google): Migrate to extended mixin mat-font-subhead
210210
font-size: $mat-font-size-subhead;
211211
font-weight: $mat-font-weight-regular;
212-
color: $mat-grey-400;
212+
color: $mat-grey-700;
213213
text-align: center;
214214
width: $mat-grid * 10;
215215

0 commit comments

Comments
 (0)