diff --git a/src/theme/_variables.scss b/src/theme/_variables.scss index de8d3984e840bd24d08799b7bc5114e77453fce5..a4a274efc2e5a2aafd32c402519f349708e76619 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);