From c8b6730a6674844777329f504b6953ee5ee07c61 Mon Sep 17 00:00:00 2001 From: Bobby Galli Date: Thu, 24 Nov 2022 02:23:39 -0500 Subject: [PATCH] docs(material/theming): fix customizing-density link (#26058) --- guides/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/theming.md b/guides/theming.md index a9a0d4956a22..3359724abfaa 100644 --- a/guides/theming.md +++ b/guides/theming.md @@ -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