Skip to content

Commit 92bcc67

Browse files
authored
fix(material/core): include density tokens in system theme (#30845)
1 parent 18ddea3 commit 92bcc67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/core/tokens/_m3-system.scss

+1
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@
298298

299299
@return sass-utils.deep-merge-all(
300300
m3-tokens.generate-tokens($app-vars, true, true),
301+
get-density-tokens(0),
301302
);
302303
}
303304

0 commit comments

Comments
 (0)