Skip to content

Commit 872d073

Browse files
committed
fix(demo): change the primary material color from green to blue
1 parent 3269366 commit 872d073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/material_theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Define the palettes for your theme using the Material Design palettes available in palette.scss
1010
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
1111
// hue.
12-
$candy-app-primary: mat-palette($mat-green);
12+
$candy-app-primary: mat-palette($mat-blue);
1313
$candy-app-accent: mat-palette($mat-deep-purple, A200, A100, A400);
1414

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

0 commit comments

Comments
 (0)