We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c5ff0 commit 40773c5Copy full SHA for 40773c5
src/lib/core/theming/_palette.scss
@@ -630,6 +630,9 @@ $mat-grey: (
630
)
631
);
632
633
+// Alias for alternate spelling.
634
+$mat-gray: $mat-grey;
635
+
636
$mat-blue-grey: (
637
50: #eceff1,
638
100: #cfd8dc,
@@ -663,6 +666,9 @@ $mat-blue-grey: (
663
666
664
667
665
668
669
670
+$mat-blue-gray: $mat-blue-grey;
671
672
673
// Background palette for light themes.
674
$mat-light-theme-background: (
0 commit comments