Skip to content

Commit

Permalink
chore: Adjust Uno.Material palette link
Browse files Browse the repository at this point in the history
  • Loading branch information
agneszitte authored Sep 3, 2024
1 parent 27c0505 commit 5052a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/material-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ The v2 styles introduce a new naming system for its resource keys. Refer to the

#### Color Update

A new color palette has been created for v2, meaning any color palette overrides ResourceDictionary in your app must be updated with the new resource keys. An example of the new color palette can be seen in the new [Uno.Material default palette](https://github.com/unoplatform/Uno.Themes/blob/d98e8c9a0f44ef4897baf8b59bed10a074309c7f/src/library/Uno.Themes/Styles/Applications/Common/SharedColorPalette.xaml#L4). For more information on the updated colors, you can refer to the "Colors and Themes" section of the [Material 3 Migration Guide](https://material.io/blog/migrating-material-3).
A new color palette has been created for v2, meaning any color palette overrides ResourceDictionary in your app must be updated with the new resource keys. An example of the new color palette can be seen in the new [Uno.Material default palette](https://github.com/unoplatform/Uno.Themes/blob/master/src/library/Uno.Themes/Styles/Applications/Common/SharedColorPalette.xaml#L4). For more information on the updated colors, you can refer to the "Colors and Themes" section of the [Material 3 Migration Guide](https://material.io/blog/migrating-material-3).

> [!NOTE]
> As of v2, the Brush resources have been relocated to `ThemeDictionaries`. To reference these Brush resources, use the `ThemeResource` binding.
Expand Down

0 comments on commit 5052a0d

Please sign in to comment.