File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 148148 <animation : BrushAnimation Storyboard.TargetProperty=" (TextElement.Foreground)" Storyboard.TargetName=" contentPresenter"
149149 Duration =" 0:0:0.100" AutoReverse =" False" >
150150 <animation : BrushAnimation .To>
151- <SolidColorBrush Color =" #FF838383 " />
151+ <SolidColorBrush Color =" {DynamicResource SystemDisabledTextColor} " />
152152 </animation : BrushAnimation .To>
153153 <animation : BrushAnimation .EasingFunction>
154154 <SineEase EasingMode =" EaseInOut" />
Original file line number Diff line number Diff line change 3939 <Color x : Key =" SystemControlAcrylicWindowTintColor" >#FF000000</Color >
4040 <Color x : Key =" SystemControlAcrylicWindowFallbackColor" >#FF1F1F1F</Color >
4141 <SolidColorBrush x : Key =" SystemControlAcrylicWindowForegroundBrush" Color =" {StaticResource SystemBaseHighColor}" />
42+ <Color x : Key =" SystemDisabledTextColor" >#33FFFFFF</Color >
4243
4344</ResourceDictionary >
Original file line number Diff line number Diff line change 3939 <Color x : Key =" SystemControlAcrylicWindowTintColor" >#FFFFFFFF</Color >
4040 <Color x : Key =" SystemControlAcrylicWindowFallbackColor" >#FFE6E6E6</Color >
4141 <SolidColorBrush x : Key =" SystemControlAcrylicWindowForegroundBrush" Color =" {StaticResource SystemBaseHighColor}" />
42+ <Color x : Key =" SystemDisabledTextColor" >#FF8F8F8F</Color >
4243
4344</ResourceDictionary >
You can’t perform that action at this time.
0 commit comments