Move PrimaryAccentColor to parent
This commit is contained in:
parent
17a1838b22
commit
151e753db2
43 changed files with 113 additions and 103 deletions
|
|
@ -259,7 +259,7 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
|
|||
|
||||
var validationTextWidget = new TextWidget(validationMessage, 0, 0, 10)
|
||||
{
|
||||
TextColor = theme.Colors.PrimaryAccentColor,
|
||||
TextColor = theme.PrimaryAccentColor,
|
||||
HAnchor = HAnchor.Stretch,
|
||||
Margin = elementMargin
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue