From e6a229b05b6d13b378d03d6c61f21ac8475592c6 Mon Sep 17 00:00:00 2001 From: MouriNaruto Date: Fri, 26 May 2023 04:20:59 +0800 Subject: [PATCH] Set the title TextBlock's FontWeight to SemiBold. --- NanaGet/AboutPage.xaml | 1 + NanaGet/NewTaskPage.xaml | 1 + 2 files changed, 2 insertions(+) diff --git a/NanaGet/AboutPage.xaml b/NanaGet/AboutPage.xaml index 8b4eac3..18b3fe1 100644 --- a/NanaGet/AboutPage.xaml +++ b/NanaGet/AboutPage.xaml @@ -16,6 +16,7 @@ x:Uid="/AboutPage/GridTitleTextBlock" Margin="0,0,0,12" FontSize="24" + FontWeight="SemiBold" Text="[About]" /> diff --git a/NanaGet/NewTaskPage.xaml b/NanaGet/NewTaskPage.xaml index cd1c545..f54cfda 100644 --- a/NanaGet/NewTaskPage.xaml +++ b/NanaGet/NewTaskPage.xaml @@ -16,6 +16,7 @@ x:Uid="/NewTaskPage/GridTitleTextBlock" Margin="0,0,0,12" FontSize="24" + FontWeight="SemiBold" Text="[New Task]" />