Skip to content

Commit 9dbc4fd

Browse files
authored
fix(material/core): add typography hierarchy to prebuilt (#25746)
1 parent e73ba59 commit 9dbc4fd

File tree

8 files changed

+24
-0
lines changed

8 files changed

+24
-0
lines changed

src/material/core/theming/prebuilt/deeppurple-amber.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
@use '../palette';
44
@use '../theming';
55
@use '../../typography/all-typography';
6+
@use '../../typography/typography';
67

78
// Include non-theme styles for core.
89
@include core.core();
@@ -22,3 +23,5 @@ $theme: theming.define-light-theme((
2223

2324
// Include all theme styles for the components.
2425
@include all-theme.all-component-themes($theme);
26+
27+
@include typography.typography-hierarchy($theme);

src/material/core/theming/prebuilt/indigo-pink.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
@use '../palette';
44
@use '../theming';
55
@use '../../typography/all-typography';
6+
@use '../../typography/typography';
67

78

89
// Include non-theme styles for core.
@@ -23,3 +24,5 @@ $theme: theming.define-light-theme((
2324

2425
// Include all theme styles for the components.
2526
@include all-theme.all-component-themes($theme);
27+
28+
@include typography.typography-hierarchy($theme);

src/material/core/theming/prebuilt/pink-bluegrey.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
@use '../palette';
44
@use '../theming';
55
@use '../../typography/all-typography';
6+
@use '../../typography/typography';
67

78

89
// Include non-theme styles for core.
@@ -23,3 +24,5 @@ $theme: theming.define-dark-theme((
2324

2425
// Include all theme styles for the components.
2526
@include all-theme.all-component-themes($theme);
27+
28+
@include typography.typography-hierarchy($theme);

src/material/core/theming/prebuilt/purple-green.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
@use '../palette';
44
@use '../theming';
55
@use '../../typography/all-typography';
6+
@use '../../typography/typography';
67

78

89
// Include non-theme styles for core.
@@ -23,3 +24,5 @@ $theme: theming.define-dark-theme((
2324

2425
// Include all theme styles for the components.
2526
@include all-theme.all-component-themes($theme);
27+
28+
@include typography.typography-hierarchy($theme);

src/material/legacy-core/theming/prebuilt/deeppurple-amber.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
@use '../../core';
33
@use '../../../core/theming/palette';
44
@use '../../../core/theming/theming';
5+
@use '../../../core/typography/typography';
56
@use '../../../core/typography/all-typography';
67

78

@@ -23,3 +24,5 @@ $theme: theming.define-light-theme((
2324

2425
// Include all theme styles for the components.
2526
@include all-theme.all-legacy-component-themes($theme);
27+
28+
@include typography.typography-hierarchy($theme);

src/material/legacy-core/theming/prebuilt/indigo-pink.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
@use '../../core';
33
@use '../../../core/theming/palette';
44
@use '../../../core/theming/theming';
5+
@use '../../../core/typography/typography';
56
@use '../../../core/typography/all-typography';
67

78

@@ -23,3 +24,5 @@ $theme: theming.define-light-theme((
2324

2425
// Include all theme styles for the components.
2526
@include all-theme.all-legacy-component-themes($theme);
27+
28+
@include typography.typography-hierarchy($theme);

src/material/legacy-core/theming/prebuilt/pink-bluegrey.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
@use '../../core';
33
@use '../../../core/theming/palette';
44
@use '../../../core/theming/theming';
5+
@use '../../../core/typography/typography';
56
@use '../../../core/typography/all-typography';
67

78

@@ -23,3 +24,5 @@ $theme: theming.define-dark-theme((
2324

2425
// Include all theme styles for the components.
2526
@include all-theme.all-legacy-component-themes($theme);
27+
28+
@include typography.typography-hierarchy($theme);

src/material/legacy-core/theming/prebuilt/purple-green.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
@use '../../core';
33
@use '../../../core/theming/palette';
44
@use '../../../core/theming/theming';
5+
@use '../../../core/typography/typography';
56
@use '../../../core/typography/all-typography';
67

78

@@ -23,3 +24,5 @@ $theme: theming.define-dark-theme((
2324

2425
// Include all theme styles for the components.
2526
@include all-theme.all-legacy-component-themes($theme);
27+
28+
@include typography.typography-hierarchy($theme);

0 commit comments

Comments
 (0)