Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 5c6a491

Browse files
Merge branch 'master' into master
2 parents 76eed5d + 8be26cf commit 5c6a491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
@import "~@angular/material/theming";
1+
@import '~@angular/material/theming';
22
@import './app/operators/operator-theme';
33
@import './styles/code-helpers';
44

55
@include mat-core();
66
// Define the theme.
77
$primary: mat-palette($mat-indigo);
8-
$accent : mat-palette($mat-pink);
8+
$accent: mat-palette($mat-pink, 600);
99
$theme: mat-light-theme($primary, $accent);
1010

1111
@include angular-material-theme($theme);

0 commit comments

Comments
 (0)