From 90cb5f86b3d3729524efb37262a518646143a02b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kaan=20K=C3=B6se?= Date: Sat, 18 Apr 2026 01:44:33 +0200 Subject: [PATCH] FlyoutPickerTitleTextBlockStyle overrides. --- Wino.Mail.WinUI/Views/WinoAppShell.xaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Wino.Mail.WinUI/Views/WinoAppShell.xaml b/Wino.Mail.WinUI/Views/WinoAppShell.xaml index 10c1bee7..c426c4ac 100644 --- a/Wino.Mail.WinUI/Views/WinoAppShell.xaml +++ b/Wino.Mail.WinUI/Views/WinoAppShell.xaml @@ -31,11 +31,11 @@ @@ -565,7 +565,7 @@ Margin="0,-2,0,0" VerticalAlignment="Center" FontSize="16" - Style="{StaticResource FlyoutPickerTitleTextBlockStyle}" + FontWeight="SemiBold" Text="{x:Bind domain:Translator.CalendarEventCompose_NewEventButton, Mode=OneTime}" /> @@ -587,7 +587,7 @@ Margin="0,-2,0,0" VerticalAlignment="Center" FontSize="16" - Style="{StaticResource FlyoutPickerTitleTextBlockStyle}" + FontWeight="SemiBold" Text="{x:Bind domain:Translator.Buttons_Sync, Mode=OneTime}" /> @@ -727,7 +727,7 @@ Margin="0,-2,0,0" VerticalAlignment="Center" FontSize="16" - Style="{StaticResource FlyoutPickerTitleTextBlockStyle}" + FontWeight="SemiBold" Text="{x:Bind domain:Translator.ContactsPane_NewContact, Mode=OneTime}" />