Use bed theme colors

This commit is contained in:
jlewin 2019-04-26 10:39:11 -07:00
parent d9ffa62372
commit 3e7adc6b8b
2 changed files with 27 additions and 22 deletions

View file

@ -72,7 +72,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
set
{
base.TagColor = value;
rightBackground = value.WithLightness(.9).ToColor();
rightBackground = value.WithLightness(.85).ToColor();
}
}