Skip to content

Commit

Permalink
remove missing resource key
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjeshj committed Feb 10, 2020
1 parent a32a70e commit 659887c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/CommonStyles/TestUI/CommonStylesPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
</StackPanel>
<StackPanel>
<!-- If there are styles we need to ensure that are available, they can be placed below this TextBlock -->
<TextBlock Text="Default style availability area" Style="{ThemeResource StandardGroupHeader}"/>
<TextBlock Text="Default style availability area" />

<!-- Checking that the DefaultRadioButtonStyle can be accessed as resource -->
<RadioButton Style="{StaticResource DefaultRadioButtonStyle}" Content="I am a RadioButton with DefaultRadioButtonStyle set" />
Expand Down

0 comments on commit 659887c

Please sign in to comment.