From adc57f4c1cced3dd1ad3e6bf98eac9dff3903206 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Wed, 17 Jun 2020 13:01:44 +1000 Subject: [PATCH] set warning colour to orange rather than amber for better contrast --- src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.scss b/src/styles.scss index 0471da0..9ea8821 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -74,7 +74,7 @@ $custom-typography: mat-typography-config( .strudel-light-theme { $strudel-app-primary: mat-palette($md-monashpalette); $strudel-app-accent: mat-palette($mat-pink, A200, A100, A400); - $strudel-app-warn: mat-palette($mat-amber); + $strudel-app-warn: mat-palette($mat-orange); $strudel-app-theme: mat-light-theme($strudel-app-primary, $strudel-app-accent, $strudel-app-warn); // @include mat-base-typography($custom-typography); @include angular-material-typography($custom-typography); -- GitLab