Skip to content

Commit 0581ca5

Browse files
committed
fix(shared-docs): use latest versions material mixins for docs themining (#2042)
Use m2 prefixed versions PR Close #2042
1 parent 90b8fe8 commit 0581ca5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/styles/global-styles.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
@include mq.for-tablet-landscape-down();
4949

5050
// temporary just to show different options of code component UI.
51-
$primary: mat.define-palette(mat.$indigo-palette);
52-
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
53-
$theme: mat.define-light-theme(
51+
$primary: mat.m2-define-palette(mat.$m2-indigo-palette);
52+
$accent: mat.m2-define-palette(mat.$m2-pink-palette, A200, A100, A400);
53+
$theme: mat.m2-define-light-theme(
5454
(
5555
color: (
5656
primary: $primary,
5757
accent: $accent,
5858
),
59-
typography: mat.define-typography-config(),
59+
typography: mat.m2-define-typography-config(),
6060
)
6161
);
6262

0 commit comments

Comments
 (0)