Skip to content

Commit

Permalink
fix: remove unecessary styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rajamatt committed Jul 24, 2023
1 parent 9af846b commit 0996f9d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/library/Uno.Themes.WinUI.Markup/Theme.Styles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,18 +124,6 @@ public static class PipsPager
public static ResourceValue<Style> Default => new("PipsPagerStyle");
}

public static class ProgressBar
{
[ResourceKeyDefinition(typeof(Style), "ProgressBarStyle", TargetType = typeof(ProgressBar))]
public static ResourceValue<Style> Default => new("ProgressBarStyle");
}

public static class ProgressRing
{
[ResourceKeyDefinition(typeof(Style), "ProgressRingStyle", TargetType = typeof(ProgressRing))]
public static ResourceValue<Style> Default => new("ProgressRingStyle");
}

public static class RadioButton
{
[ResourceKeyDefinition(typeof(Style), "RadioButtonStyle", TargetType = typeof(RadioButton))]
Expand Down

0 comments on commit 0996f9d

Please sign in to comment.