Skip to content
Snippets Groups Projects
Commit adc57f4c authored by Chris Hines's avatar Chris Hines
Browse files

set warning colour to orange rather than amber for better contrast

parent 311c2005
No related branches found
No related tags found
4 merge requests!106if stat fails, display the error instead of immediately refreshing...,!99Dev,!66Test,!65Dev
Pipeline #10703 passed
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment