Skip to content

Commit f4365fe

Browse files
committed
Fix Inactive days
1 parent a6511ee commit f4365fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Calendar.xaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,11 @@
224224
<VisualTransition GeneratedDuration="0"/>
225225
</VisualStateGroup.Transitions>
226226
<VisualState x:Name="Active"/>
227-
<VisualState x:Name="Inactive" />
227+
<VisualState x:Name="Inactive">
228+
<Storyboard>
229+
<DoubleAnimation Duration="0" To="0.2" Storyboard.TargetProperty="Opacity"/>
230+
</Storyboard>
231+
</VisualState>
228232
</VisualStateGroup>
229233
<VisualStateGroup x:Name="DayStates">
230234
<VisualStateGroup.Transitions>

0 commit comments

Comments
 (0)