Move PrimaryAccentColor to parent
This commit is contained in:
parent
17a1838b22
commit
151e753db2
43 changed files with 113 additions and 103 deletions
|
|
@ -50,7 +50,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
this.theme = theme;
|
||||
activeColor = theme.Colors.SourceColor;
|
||||
|
||||
var primaryAccentColor = theme.Colors.PrimaryAccentColor;
|
||||
var primaryAccentColor = theme.PrimaryAccentColor;
|
||||
|
||||
this.Padding = 8;
|
||||
this.BackgroundColor = theme.ActiveTabColor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue