Skip to content

Commit

Permalink
fix: exclude progressring from winui
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Jun 3, 2022
1 parent 275a8fe commit e031633
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/library/Uno.Material/MaterialResourcesV2.cs
Expand Up @@ -112,7 +112,9 @@ private IEnumerable<(string ResourceKey, string SharedKey, bool IsDefaultStyle)>
Add("MaterialOutlinedPasswordBoxStyle");
Add("MaterialOutlinedTextBoxStyle");
Add("MaterialProgressBarStyle", isImplicit: true);
#if !WinUI
Add("MaterialProgressRingStyle", isImplicit: true);
#endif
Add("MaterialRadioButtonStyle", isImplicit: true);
Add("MaterialSecondaryCheckBoxStyle");
Add("MaterialSecondaryFabStyle");
Expand Down

0 comments on commit e031633

Please sign in to comment.