summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.WindowsUniversal/App.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.ControlGallery.WindowsUniversal/App.xaml')
-rw-r--r--Xamarin.Forms.ControlGallery.WindowsUniversal/App.xaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Xamarin.Forms.ControlGallery.WindowsUniversal/App.xaml b/Xamarin.Forms.ControlGallery.WindowsUniversal/App.xaml
index 89b2c563..d114d1a1 100644
--- a/Xamarin.Forms.ControlGallery.WindowsUniversal/App.xaml
+++ b/Xamarin.Forms.ControlGallery.WindowsUniversal/App.xaml
@@ -2,7 +2,8 @@
x:Class="Xamarin.Forms.ControlGallery.WindowsUniversal.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:local="using:Xamarin.Forms.ControlGallery.WindowsUniversal">
+ xmlns:local="using:Xamarin.Forms.ControlGallery.WindowsUniversal"
+ RequestedTheme="Light">
</Application>