Skip to content

Commit 1985351

Browse files
committed
Fix missing template part
1 parent d0a99af commit 1985351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Telegram/Themes/Generic.xaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5995,7 +5995,7 @@
59955995
<VisualState x:Name="Disabled">
59965996
<Storyboard>
59975997
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Foreground"
5998-
Storyboard.TargetName="ContentPresenter">
5998+
Storyboard.TargetName="Icon">
59995999
<DiscreteObjectKeyFrame KeyTime="0"
60006000
Value="{ThemeResource SystemControlForegroundBaseLowBrush}" />
60016001
</ObjectAnimationUsingKeyFrames>

0 commit comments

Comments
 (0)