Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit b13e0b1

Browse files
committed
DynamicResource no longer required.
1 parent d482006 commit b13e0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XAML/MarkupExtensions/MarkupExtensions/MarkupExtensions/AppThemeBindingDemoPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
<Label Text="This text is green in light mode, and red in dark mode."
1717
TextColor="{AppThemeBinding Light=Green, Dark=Red}" />
1818
<Label Text="This text is black by default, blue in light mode, and teal in dark mode."
19-
Style="{DynamicResource labelStyle}" />
19+
Style="{StaticResource labelStyle}" />
2020
</StackLayout>
2121
</ContentPage>

0 commit comments

Comments
 (0)