Skip to content

Commit 00fe374

Browse files
committed
build: use same default theme as docs in the dev app
Updates the dev app to use the same default theme as the docs and `ng add` schematic.
1 parent a28b5b0 commit 00fe374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dev-app/theme-m3.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ mat.$theme-legacy-inspection-api-compatibility: false;
1111
@return matx.define-theme((
1212
color: (
1313
theme-type: $type,
14-
primary: matx.$m3-green-palette,
15-
tertiary: matx.$m3-violet-palette,
14+
primary: matx.$m3-azure-palette,
15+
tertiary: matx.$m3-blue-palette,
1616
),
1717
density: (
1818
scale: $density

0 commit comments

Comments
 (0)