Skip to content

Commit

Permalink
fix(demo): change the primary material color from green to blue
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Nov 3, 2019
1 parent 3269366 commit 872d073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/material_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Define the palettes for your theme using the Material Design palettes available in palette.scss
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
// hue.
$candy-app-primary: mat-palette($mat-green);
$candy-app-primary: mat-palette($mat-blue);
$candy-app-accent: mat-palette($mat-deep-purple, A200, A100, A400);

// The warn palette is optional (defaults to red).
Expand Down

0 comments on commit 872d073

Please sign in to comment.