From ab8a04ec8816f9345560a3ae9b6ecc6148a392c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Thu, 10 May 2018 22:14:01 +0200 Subject: [PATCH] Change primary and accent color themes --- ng-app/src/theme.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ng-app/src/theme.scss b/ng-app/src/theme.scss index 973900d..3101ea8 100644 --- a/ng-app/src/theme.scss +++ b/ng-app/src/theme.scss @@ -37,8 +37,8 @@ $quotes-theme-background: ( ); $quotes-theme: ( - primary: mat-palette($mat-blue), - accent: mat-palette($mat-pink), + primary: mat-palette($mat-indigo), + accent: mat-palette($mat-blue-gray), warn: mat-palette($mat-red), is-dark: true, foreground: $quotes-theme-foreground,