Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rajamatt committed Aug 16, 2023
1 parent 7cc1059 commit 7ff3fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lightweight-styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<utu:Chip Content="Overriden Chip Style" Style="{StaticResource FilterChipStyle}">
Expand Down

0 comments on commit 7ff3fed

Please sign in to comment.