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

Commit 8be26cf

Browse files
Merge pull request #199 from btroncone/master
style(theme): darken application accent color
2 parents 2a1f608 + 0d7d817 commit 8be26cf

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)