Skip to content

Commit

Permalink
fix(tree): add theme & typography to angular-material-theme mixin (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
tinayuangao authored and andrewseguin committed Apr 26, 2018
1 parent 85252b3 commit a292d31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/core/theming/_all-theme.scss
Expand Up @@ -30,6 +30,7 @@
@import '../../tabs/tabs-theme';
@import '../../toolbar/toolbar-theme';
@import '../../tooltip/tooltip-theme';
@import '../../tree/tree-theme';
@import '../../snack-bar/snack-bar-theme';
@import '../../form-field/form-field-theme';

Expand Down Expand Up @@ -68,5 +69,6 @@
@include mat-tabs-theme($theme);
@include mat-toolbar-theme($theme);
@include mat-tooltip-theme($theme);
@include mat-tree-theme($theme);
@include mat-snack-bar-theme($theme);
}
2 changes: 2 additions & 0 deletions src/lib/core/typography/_all-typography.scss
Expand Up @@ -32,6 +32,7 @@
@import '../option/option-theme';
@import '../option/optgroup-theme';
@import '../../form-field/form-field-theme';
@import '../../tree/tree-theme';


// Includes all of the typographic styles.
Expand Down Expand Up @@ -74,4 +75,5 @@
@include mat-option-typography($config);
@include mat-optgroup-typography($config);
@include mat-snack-bar-typography($config);
@include mat-tree-typography($config);
}

0 comments on commit a292d31

Please sign in to comment.