From 407bd4e3dffbe4323290e4e32a24ce69cd949750 Mon Sep 17 00:00:00 2001 From: Rudy Huyn Date: Fri, 8 Mar 2019 19:18:44 -0800 Subject: [PATCH] fix fontweight --- src/Calculator/App.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Calculator/App.xaml b/src/Calculator/App.xaml index 9c4a421c..60103662 100644 --- a/src/Calculator/App.xaml +++ b/src/Calculator/App.xaml @@ -566,7 +566,7 @@ VerticalAlignment="{TemplateBinding VerticalContentAlignment}" Foreground="{TemplateBinding Foreground}" FontSize="{TemplateBinding FontSize}" - FontWeight="SemiBold" + FontWeight="Light" AutomationProperties.AccessibilityView="Raw" Text="{TemplateBinding DisplayValue}" TextAlignment="{TemplateBinding HorizontalContentAlignment}"