From 41fc61a9c23ec9a3e1a6cc8b93f371eac3390b61 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Fri, 4 Oct 2024 20:29:48 -0400 Subject: [PATCH] chore: adjust button style --- src/SamplesApp/SamplesApp.Shared/App.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SamplesApp/SamplesApp.Shared/App.xaml b/src/SamplesApp/SamplesApp.Shared/App.xaml index 645b81072ff1..5795ae296a49 100644 --- a/src/SamplesApp/SamplesApp.Shared/App.xaml +++ b/src/SamplesApp/SamplesApp.Shared/App.xaml @@ -8,7 +8,7 @@ xmlns:local="using:SamplesApp" xmlns:toolkit="using:Uno.UI.Toolkit" xmlns:uc="using:Uno.UI.Controls" - mc:Ignorable="ios" + mc:Ignorable="ios not_win" RequestedTheme="Light">