From 98427c84f65692a13226a345f639c8c9f90453cf 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 19:30:45 +0100
Subject: [PATCH] Redesign arsnova-warn

---
 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 de8d3984e..a4a274efc 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, 200); //$mat-blue-gray, A200, A100, A400);
 
 // The warn palette is optional (defaults to red).
-$arsnova-warn: mat-palette($mat-blue, 100);
+$arsnova-warn: mat-palette($mat-red, A100);
 
 // Create the theme object (a Sass map containing all of the palettes).
 $arsnova-theme: mat-light-theme($arsnova-primary, $arsnova-accent, $arsnova-warn);
-- 
GitLab