Skip to content

Commit 4d3fe43

Browse files
committed
Update NumericBox.xaml
1 parent addd466 commit 4d3fe43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/WPFDevelopers.Shared/Themes/NumericBox.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
Padding="0"
8787
Command="{x:Static controls:NumericBox.DecreaseCommand}"
8888
Delay="{TemplateBinding Delay}"
89-
IsTabStop="False">
89+
IsTabStop="False"
90+
Style="{StaticResource WD.DefaultRepeatButton}">
9091
<controls:PathIcon Kind="ChevronDown" Style="{StaticResource WD.MiniPathIcon}" />
9192
</RepeatButton>
9293
</Grid>

0 commit comments

Comments
 (0)