Skip to content

Commit

Permalink
fix(datepicker): use theme foreground color (#5290)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored and jelbourn committed Jun 22, 2017
1 parent 17cc4a1 commit 51bf26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/datepicker/_datepicker-theme.scss
Expand Up @@ -18,6 +18,7 @@ $mat-calendar-weekday-table-font-size: 11px !default;

.mat-datepicker-content {
background-color: mat-color($background, card);
color: mat-color($foreground, text);
}

.mat-calendar-arrow {
Expand Down

0 comments on commit 51bf26e

Please sign in to comment.