Swap to higher contrast hover color

This commit is contained in:
John Lewin 2019-03-09 10:00:25 -08:00
parent cfbbc43df0
commit dcffcb050f

View file

@ -44,7 +44,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
{
this.theme = theme;
this.DisabledColor = theme.DisabledColor;
this.HoverColor = theme.MinimalShade;
this.HoverColor = theme.SlightShade;
this.MouseDownColor = theme.MinimalShade;
this.PopupBorderColor = AppContext.MenuTheme.BorderColor40;
}