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 @@