Skip to content

Commit

Permalink
Update Styles.RepeatButton.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanjinhuagood committed Aug 6, 2023
1 parent 29de636 commit 5d12759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WPFDevelopers.Shared/Styles/Styles.RepeatButton.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<Setter Property="BorderBrush" Value="{DynamicResource WD.BaseSolidColorBrush}" />
<Setter Property="Foreground" Value="{DynamicResource WD.RegularTextSolidColorBrush}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="Padding" Value="{StaticResource WD.DefaultPadding}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type RepeatButton}">
Expand Down

0 comments on commit 5d12759

Please sign in to comment.