Skip to content

Commit

Permalink
Make Disabled Button foreground consistent with OS
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Mar 17, 2022
1 parent 9acc251 commit 3792831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FluentWPF/Styles/Button.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<animation:BrushAnimation Storyboard.TargetProperty="(TextElement.Foreground)" Storyboard.TargetName="contentPresenter"
Duration="0:0:0.100" AutoReverse="False">
<animation:BrushAnimation.To>
<SolidColorBrush Color="#FF838383"/>
<SolidColorBrush Color="#66FFFFFF"/>
</animation:BrushAnimation.To>
<animation:BrushAnimation.EasingFunction>
<SineEase EasingMode="EaseInOut"/>
Expand Down

0 comments on commit 3792831

Please sign in to comment.