Skip to content

Commit c8b6730

Browse files
authored
docs(material/theming): fix customizing-density link (#26058)
1 parent 04b7d0b commit c8b6730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ times will result in duplicate CSS in your application.
118118

119119
Angular Material represents a theme as a Sass map that contains your color, typography, and density
120120
choices. See [Angular Material Typography][mat-typography] for an in-depth guide to customizing typography. See
121-
[Customizing density][#customizing-density] below for details on adjusting component density.
121+
[Customizing density](#customizing-density) below for details on adjusting component density.
122122

123123
Constructing the theme first requires defining your primary and accent palettes, with an optional
124124
warn palette. The `define-palette` Sass function accepts a color palette, described in the

0 commit comments

Comments
 (0)