-
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Controls
|
||||
public static Brush ThemeBrush {
|
||||
get {
|
||||
if (Environment.OSVersion.Version.Major < 10)
|
||||
return new SolidColorBrush(Colors.DarkSlateGray);
|
||||
return new SolidColorBrush(SystemColors.WindowTextColor);
|
||||
else
|
||||
return SystemParameters.WindowGlassBrush;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user