Move PrimaryAccentColor to parent

This commit is contained in:
John Lewin 2018-10-15 18:25:53 -07:00
parent 17a1838b22
commit 151e753db2
43 changed files with 113 additions and 103 deletions

View file

@ -105,7 +105,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
var theme = AppContext.Theme;
var accentColor = theme.Colors.PrimaryAccentColor;
var accentColor = theme.PrimaryAccentColor;
if (!_themeProvider.Colors.Contains(accentColor))
{