From 952351194fd148de0d5e645a150ea2a0455b8680 Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Wed, 16 Apr 2025 20:01:26 +0200 Subject: [PATCH 1/7] [1.8exp1] Adding new styles (#1835) In 1.8, we are shipping new styles: - SubtleButtonStyle for `Button` - BodyLargeTextBlockStyle and BodyLargeStrongTextBlockStyle for `TextBlock` This PR adds the samples for those changes: ![image](https://github.com/user-attachments/assets/761834f8-8245-451e-8246-32397346557c) ![image](https://github.com/user-attachments/assets/9c6b4557-5445-4439-8c83-9137083bf917) --- WinUIGallery/App.xaml | 1 - .../DesignGuidance/TypographyControl.xaml | 2 +- .../Samples/ControlPages/ButtonPage.xaml | 38 +++++--- .../ControlPages/Design/TypographyPage.xaml | 22 ++++- WinUIGallery/Styles/Button.xaml | 97 ------------------- WinUIGallery/WinUIGallery.csproj | 6 -- standalone.props | 2 +- 7 files changed, 45 insertions(+), 123 deletions(-) delete mode 100644 WinUIGallery/Styles/Button.xaml diff --git a/WinUIGallery/App.xaml b/WinUIGallery/App.xaml index e0e2d8e3d..5a23ad96d 100644 --- a/WinUIGallery/App.xaml +++ b/WinUIGallery/App.xaml @@ -21,7 +21,6 @@ - diff --git a/WinUIGallery/Controls/DesignGuidance/TypographyControl.xaml b/WinUIGallery/Controls/DesignGuidance/TypographyControl.xaml index 8b217904e..97de9c871 100644 --- a/WinUIGallery/Controls/DesignGuidance/TypographyControl.xaml +++ b/WinUIGallery/Controls/DesignGuidance/TypographyControl.xaml @@ -20,7 +20,7 @@ - + + + + + +