From c25dcf9af438295296afb3dd10f3ccf2cfd447f0 Mon Sep 17 00:00:00 2001 From: Yan Maniez Date: Mon, 30 Sep 2019 10:03:59 +0200 Subject: [PATCH] Couleurs --- AideDeJeu/AideDeJeu/Views/MainShell.xaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/AideDeJeu/AideDeJeu/Views/MainShell.xaml b/AideDeJeu/AideDeJeu/Views/MainShell.xaml index a31aa915..9c8ca3c3 100644 --- a/AideDeJeu/AideDeJeu/Views/MainShell.xaml +++ b/AideDeJeu/AideDeJeu/Views/MainShell.xaml @@ -4,7 +4,13 @@ xmlns:local="clr-namespace:AideDeJeu.Views" xmlns:pc="clr-namespace:AideDeJeu.Views.PlayerCharacter" xmlns:library="clr-namespace:AideDeJeu.Views.Library" - x:Class="AideDeJeu.Views.MainShell"> + x:Class="AideDeJeu.Views.MainShell" + BackgroundColor="{DynamicResource HDWhite}" + FlyoutBackgroundColor="{DynamicResource HDWhite}" + Shell.ForegroundColor="{DynamicResource HDRed}" + Shell.TitleColor="{DynamicResource HDBlack}" + Shell.UnselectedColor="{DynamicResource HDLightGrey}" + > #2196F3 @@ -14,10 +20,10 @@ - - + + - +