From 7c531b5c8924ccbbf871380575657140fe67d82c Mon Sep 17 00:00:00 2001 From: Kenneth van Ewijk Date: Wed, 2 Dec 2015 10:17:54 +0100 Subject: [PATCH] Fix dark mode --- HueUWP/App.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HueUWP/App.xaml b/HueUWP/App.xaml index d7941d2..185ac2d 100644 --- a/HueUWP/App.xaml +++ b/HueUWP/App.xaml @@ -2,8 +2,8 @@ x:Class="HueUWP.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:local="using:HueUWP" - RequestedTheme="Dark"> + xmlns:local="using:HueUWP"> +