From e55416c923a1c65011b20345f9fbb65e407a835d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Fri, 25 Jan 2019 00:22:46 +0100
Subject: [PATCH] Adjust blue

---
 src/theme/_variables.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/theme/_variables.scss b/src/theme/_variables.scss
index e75c2076c..532994644 100644
--- a/src/theme/_variables.scss
+++ b/src/theme/_variables.scss
@@ -6,7 +6,7 @@ $arsnova-primary: mat-palette($mat-teal,300);
 $arsnova-accent: mat-palette($mat-orange, 100); //$mat-blue-gray, A200, A100, A400);
 
 // The warn palette is optional (defaults to red).
-$arsnova-warn: mat-palette($mat-light-blue, 100);
+$arsnova-warn: mat-palette($mat-blue, 100);
 
 // Create the theme object (a Sass map containing all of the palettes).
 $arsnova-theme: mat-light-theme($arsnova-primary, $arsnova-accent, $arsnova-warn);
-- 
GitLab