File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 148
148
<animation : BrushAnimation Storyboard.TargetProperty=" (TextElement.Foreground)" Storyboard.TargetName=" contentPresenter"
149
149
Duration =" 0:0:0.100" AutoReverse =" False" >
150
150
<animation : BrushAnimation .To>
151
- <SolidColorBrush Color =" #FF838383 " />
151
+ <SolidColorBrush Color =" {DynamicResource SystemDisabledTextColor} " />
152
152
</animation : BrushAnimation .To>
153
153
<animation : BrushAnimation .EasingFunction>
154
154
<SineEase EasingMode =" EaseInOut" />
Original file line number Diff line number Diff line change 39
39
<Color x : Key =" SystemControlAcrylicWindowTintColor" >#FF000000</Color >
40
40
<Color x : Key =" SystemControlAcrylicWindowFallbackColor" >#FF1F1F1F</Color >
41
41
<SolidColorBrush x : Key =" SystemControlAcrylicWindowForegroundBrush" Color =" {StaticResource SystemBaseHighColor}" />
42
+ <Color x : Key =" SystemDisabledTextColor" >#33FFFFFF</Color >
42
43
43
44
</ResourceDictionary >
Original file line number Diff line number Diff line change 39
39
<Color x : Key =" SystemControlAcrylicWindowTintColor" >#FFFFFFFF</Color >
40
40
<Color x : Key =" SystemControlAcrylicWindowFallbackColor" >#FFE6E6E6</Color >
41
41
<SolidColorBrush x : Key =" SystemControlAcrylicWindowForegroundBrush" Color =" {StaticResource SystemBaseHighColor}" />
42
+ <Color x : Key =" SystemDisabledTextColor" >#FF8F8F8F</Color >
42
43
43
44
</ResourceDictionary >
You can’t perform that action at this time.
0 commit comments