Skip to content

Commit 070d354

Browse files
mou-hazCopilot
andauthored
fix TextControlButtonBorderBrush brush name
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0d5a02f commit 070d354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • source/iNKORE.UI.WPF.Modern.Controls/Controls/Windows/NumberBox

source/iNKORE.UI.WPF.Modern.Controls/Controls/Windows/NumberBox/NumberBox.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
Value="{DynamicResource RepeatButtonBackgroundDisabled}" />
9393
<Setter TargetName="Background"
9494
Property="BorderBrush"
95-
Value="{DynamicResource TextControlButtonBorderBrushDisabled}" />
95+
Value="{DynamicResource TextControlButtonBorderBrush}" />
9696
<Setter TargetName="ContentPresenter"
9797
Property="TextElement.Foreground"
9898
Value="{DynamicResource RepeatButtonForegroundDisabled}" />

0 commit comments

Comments
 (0)