From 00fe37428f381f9cc4f58d5ccc430e113cd6a204 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Wed, 27 Mar 2024 09:27:59 +0100 Subject: [PATCH] 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. --- src/dev-app/theme-m3.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dev-app/theme-m3.scss b/src/dev-app/theme-m3.scss index 1ec8f6edd4c4..fa15459453f0 100644 --- a/src/dev-app/theme-m3.scss +++ b/src/dev-app/theme-m3.scss @@ -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