From 4a1abef890c2714796a64c332c770d0e50c7536a Mon Sep 17 00:00:00 2001 From: Clement Sepulchre Date: Thu, 17 Oct 2024 12:05:50 +0200 Subject: [PATCH] unnoticeable border changes --- SukiUI/Theme/Button.axaml | 2 +- SukiUI/Theme/ComboBoxStyles.xaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SukiUI/Theme/Button.axaml b/SukiUI/Theme/Button.axaml index db06af582..9293f4987 100644 --- a/SukiUI/Theme/Button.axaml +++ b/SukiUI/Theme/Button.axaml @@ -19,7 +19,7 @@ Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" - BoxShadow="{DynamicResource SukiLowShadow}" + CornerRadius="{TemplateBinding CornerRadius}" TextElement.Foreground="{TemplateBinding Foreground}"> diff --git a/SukiUI/Theme/ComboBoxStyles.xaml b/SukiUI/Theme/ComboBoxStyles.xaml index 7f059148c..ed5a4019f 100644 --- a/SukiUI/Theme/ComboBoxStyles.xaml +++ b/SukiUI/Theme/ComboBoxStyles.xaml @@ -121,7 +121,7 @@