From 22431e598ce361cdfa8f901d21a2747ab4831036 Mon Sep 17 00:00:00 2001 From: leejh Date: Mon, 21 Oct 2019 13:39:36 +0900 Subject: [PATCH] bug fix scss --- projects/ucap-webmessenger-app/src/app/app.theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ucap-webmessenger-app/src/app/app.theme.scss b/projects/ucap-webmessenger-app/src/app/app.theme.scss index 0301d4f8..4eb729b8 100644 --- a/projects/ucap-webmessenger-app/src/app/app.theme.scss +++ b/projects/ucap-webmessenger-app/src/app/app.theme.scss @@ -102,7 +102,7 @@ body.theme-pink-dark { // ----------------------------------------------------------------------------------------------------- // Define the primary, accent and warn palettes -$pink-light-theme-primary-palette: mat-palette($lg-red); +$pink-light-theme-primary-palette: mat-palette($mat-pink); $pink-light-theme-accent-palette: mat-palette($mat-pink); $pink-light-theme-warn-palette: mat-palette($mat-red);