Removing secondary accent color

This commit is contained in:
Lars Brubaker 2018-01-24 09:30:05 -08:00
parent 545ce7be67
commit 81f7cdb8b2
11 changed files with 17 additions and 17 deletions

View file

@ -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;