Skip to content

Commit 36e1bc0

Browse files
jelbournandrewseguin
authored andcommitted
fix(theming): add aliases for alternate spelling of "grey" (#9903)
1 parent 8cca2c2 commit 36e1bc0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/lib/core/theming/_palette.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,9 @@ $mat-grey: (
630630
)
631631
);
632632

633+
// Alias for alternate spelling.
634+
$mat-gray: $mat-grey;
635+
633636
$mat-blue-grey: (
634637
50: #eceff1,
635638
100: #cfd8dc,
@@ -663,6 +666,9 @@ $mat-blue-grey: (
663666
)
664667
);
665668

669+
// Alias for alternate spelling.
670+
$mat-blue-gray: $mat-blue-grey;
671+
666672

667673
// Background palette for light themes.
668674
$mat-light-theme-background: (

0 commit comments

Comments
 (0)