From 31e2e8e05012eccec554ecab504b33e91e18134e Mon Sep 17 00:00:00 2001 From: Jeremie Thibeault Date: Fri, 24 May 2019 16:12:19 -0400 Subject: [PATCH] Changes the default theme resources to the light colors. --- src/Calculator.Shared/Styles.xaml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/Calculator.Shared/Styles.xaml b/src/Calculator.Shared/Styles.xaml index d4cf2886..045f6554 100644 --- a/src/Calculator.Shared/Styles.xaml +++ b/src/Calculator.Shared/Styles.xaml @@ -190,15 +190,10 @@ 0 - - #FF000000 - + #FFF2F2F2 + #FFE0E0E0 - - #FF2B2B2B - - - + Color="#17000000" /> + Color="#30000000" />