Skip to content

Commit

Permalink
fix(themes): input focus color for dark theme, color inconsistencies
Browse files Browse the repository at this point in the history
closes #70
  • Loading branch information
tomastrajan committed Mar 16, 2018
1 parent 363b7c3 commit 14721a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/themes/black-theme.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$anms-black-primary: mat-palette($mat-grey, 900, 500, 900);
$anms-black-accent: mat-palette($mat-green, A200);
$anms-black-warn: mat-palette($mat-red, A200);
$anms-black-primary: mat-palette($mat-grey, 700, 300, 900);
$anms-black-accent: mat-palette($mat-blue-grey, 400);
$anms-black-warn: mat-palette($mat-red, 500);

$anms-black-theme: mat-dark-theme(
$anms-black-primary,
Expand Down
2 changes: 1 addition & 1 deletion src/themes/nature-theme.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$anms-nature-primary: mat-palette($mat-brown, 700, 300, 900);
$anms-nature-accent: mat-palette($mat-amber, 500);
$anms-nature-accent: mat-palette($mat-deep-purple, 300);
$anms-nature-warn: mat-palette($mat-red, 600);

$anms-nature-theme: mat-light-theme(
Expand Down

0 comments on commit 14721a3

Please sign in to comment.