Move PrimaryAccentColor to parent
This commit is contained in:
parent
17a1838b22
commit
151e753db2
43 changed files with 113 additions and 103 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue