We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acc251 commit 3792831Copy full SHA for 3792831
FluentWPF/Styles/Button.xaml
@@ -148,7 +148,7 @@
148
<animation:BrushAnimation Storyboard.TargetProperty="(TextElement.Foreground)" Storyboard.TargetName="contentPresenter"
149
Duration="0:0:0.100" AutoReverse="False">
150
<animation:BrushAnimation.To>
151
- <SolidColorBrush Color="#FF838383"/>
+ <SolidColorBrush Color="#66FFFFFF"/>
152
</animation:BrushAnimation.To>
153
<animation:BrushAnimation.EasingFunction>
154
<SineEase EasingMode="EaseInOut"/>
0 commit comments