Skip to content

Commit

Permalink
build: use same default theme as docs in the dev app
Browse files Browse the repository at this point in the history
Updates the dev app to use the same default theme as the docs and `ng add` schematic.
  • Loading branch information
crisbeto committed Mar 27, 2024
1 parent a28b5b0 commit 00fe374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dev-app/theme-m3.scss
Expand Up @@ -11,8 +11,8 @@ mat.$theme-legacy-inspection-api-compatibility: false;
@return matx.define-theme((
color: (
theme-type: $type,
primary: matx.$m3-green-palette,
tertiary: matx.$m3-violet-palette,
primary: matx.$m3-azure-palette,
tertiary: matx.$m3-blue-palette,
),
density: (
scale: $density
Expand Down

0 comments on commit 00fe374

Please sign in to comment.