diff --git a/source/NumericUpDownLib/Base/NumericRepeatButtonControl.xaml b/source/NumericUpDownLib/Base/NumericRepeatButtonControl.xaml index 0e2527e..0b57b13 100644 --- a/source/NumericUpDownLib/Base/NumericRepeatButtonControl.xaml +++ b/source/NumericUpDownLib/Base/NumericRepeatButtonControl.xaml @@ -24,7 +24,11 @@ VerticalAlignment="Center" HorizontalContentAlignment="Left" VerticalContentAlignment="Center" - Command="{TemplateBinding ClickCommand}"> + Background="#00000000" + BorderThickness="1" + BorderBrush="#508F8F8F" + Command="{TemplateBinding ClickCommand}" + Style="{x:Null}">