From 7ff3fed76d1e45bd7a5209da57e4672e2b9738be Mon Sep 17 00:00:00 2001 From: Matthew Rajala Date: Wed, 16 Aug 2023 16:43:44 -0400 Subject: [PATCH] fix: typo --- doc/lightweight-styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lightweight-styling.md b/doc/lightweight-styling.md index 4087aa75b..d2bb29b8e 100644 --- a/doc/lightweight-styling.md +++ b/doc/lightweight-styling.md @@ -21,7 +21,7 @@ For general information about [lightweight styling](https://learn.microsoft.com/ ![Material - Button lightweight styling](assets/material-lightweight-styling-anatomy.png) -Just like Uno.Themes, some interactive controls have multiple states (eg. ChipForeground*PointerOver*, ChipForeground*Pressed*, ChipForeground*Disabled*). Combined with these, the Chip control also has a **Checked** state. [These links](lightweight-styling#resource-keys) list the resource keys for each control. +Just like in [Uno.Themes](xref:uno.themes.lightweightstyling), some interactive controls have multiple states (eg. ChipForeground*PointerOver*, ChipForeground*Pressed*, ChipForeground*Disabled*). Combined with these, the Chip control also has a **Checked** state. [These links](lightweight-styling#resource-keys) list the resource keys for each control. ```xml