diff --git a/src/styles.scss b/src/styles.scss index 0471da0b85c274ce88807faffa3161c8c81b0aec..9ea882194f91547a4d526c4ceba3842c7ca6658c 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);