Skip to content

Commit 809867e

Browse files
committed
Make Disabled Button foreground consistent with OS
1 parent 9acc251 commit 809867e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FluentWPF/Styles/Button.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<animation:BrushAnimation Storyboard.TargetProperty="(TextElement.Foreground)" Storyboard.TargetName="contentPresenter"
149149
Duration="0:0:0.100" AutoReverse="False">
150150
<animation:BrushAnimation.To>
151-
<SolidColorBrush Color="#FF838383"/>
151+
<SolidColorBrush Color="#66FFFFFF"/>
152152
</animation:BrushAnimation.To>
153153
<animation:BrushAnimation.EasingFunction>
154154
<SineEase EasingMode="EaseInOut"/>

0 commit comments

Comments
 (0)