Removing secondary accent color
This commit is contained in:
parent
545ce7be67
commit
81f7cdb8b2
11 changed files with 17 additions and 17 deletions
|
|
@ -82,7 +82,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
var linkButtonFactory = new LinkButtonFactory()
|
||||
{
|
||||
fontSize = 8,
|
||||
textColor = ActiveTheme.Instance.SecondaryAccentColor
|
||||
textColor = ActiveTheme.Instance.PrimaryAccentColor
|
||||
};
|
||||
|
||||
var buttonFactory = ApplicationController.Instance.Theme.ButtonFactory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue