From acc4a37d9def1f246c299a0dedbaa7ea0059964b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Sun, 20 May 2018 14:35:24 +0200 Subject: [PATCH] Change quotes color theme --- 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 3101ea8..1bca6c2 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-indigo), - accent: mat-palette($mat-blue-gray), + primary: mat-palette($mat-amber), + accent: mat-palette($mat-deep-orange), warn: mat-palette($mat-red), is-dark: true, foreground: $quotes-theme-foreground,