Skip to content

Commit

Permalink
docs(material/theming): fix customizing-density link (#26058)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 committed Nov 24, 2022
1 parent 04b7d0b commit c8b6730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/theming.md
Expand Up @@ -118,7 +118,7 @@ times will result in duplicate CSS in your application.

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

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

0 comments on commit c8b6730

Please sign in to comment.