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 da5cdbd commit 428e7c1Copy full SHA for 428e7c1
src/MaterialDesignThemes.Wpf/Themes/Generic.xaml
@@ -328,7 +328,7 @@
328
</Trigger>
329
<Trigger Property="IsEnabled" Value="False">
330
<Setter TargetName="ComponentOneTwoWrapper" Property="Opacity" Value=".56" />
331
- <Setter TargetName="ComponentThreeTextBlock" Property="Opacity" Value="1" />
+ <Setter TargetName="ComponentThreeTextBlock" Property="Opacity" Value=".56" />
332
333
<Trigger Property="local:CalendarAssist.Orientation" Value="Horizontal">
334
<Setter TargetName="ComponentOneTwoWrapper" Property="Orientation" Value="Vertical" />
0 commit comments