File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6213,4 +6213,4 @@ _Breaking changes:_
6213
6213
6214
6214
# Changes Prior to 12.0.0
6215
6215
6216
- To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).
6216
+ To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ $prefix: (mat, stepper);
17
17
18
18
@return (
19
19
base: (
20
- stepper- header- error- state- icon- background- color: transparent ,
21
20
stepper- header- focus- state- layer- shape: map .get ($system , corner-medium ),
22
21
stepper- header- hover- state- layer- shape: map .get ($system , corner-medium ),
23
22
),
@@ -27,6 +26,7 @@ $prefix: (mat, stepper);
27
26
stepper- header- done- state- icon- foreground- color: map .get ($system , on-primary ),
28
27
stepper- header- edit- state- icon- background- color: map .get ($system , primary ),
29
28
stepper- header- edit- state- icon- foreground- color: map .get ($system , on-primary ),
29
+ stepper- header- error- state- icon- background- color: transparent ,
30
30
stepper- header- error- state- icon- foreground- color: map .get ($system , error ),
31
31
stepper- header- error- state- label- text- color: map .get ($system , error ),
32
32
stepper- header- focus- state- layer- color: m3-utils .color-with-opacity (
You can’t perform that action at this time.
0 commit comments