Skip to content

Commit 61a6dd6

Browse files
andrewseguinAndrew Seguin
authored andcommitted
refactor: create an m2 system directory
1 parent 3bde4f7 commit 61a6dd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/core/m2/_theming.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
$primary: map.get($result, primary) or map.get($result, color, primary) or ();
203203
$accent: map.get($result, accent) or map.get($result, color, accent) or ();
204204
$warn: map.get($result, warn) or map.get($result, color, warn) or ();
205+
$typography: map.get($result, typography) or ();
205206
$theme: map.set($theme, _mat-system, _define-system($primary, $accent, $warn, $is-dark));
206207
@return $theme;
207208
}

0 commit comments

Comments
 (0)