Use AccentMinimalOverlay menu hover color for DropLists

This commit is contained in:
John Lewin 2018-10-21 10:45:35 -07:00
parent 272e7f52b1
commit 97dd579d4b

View file

@ -44,6 +44,8 @@ namespace MatterHackers.MatterControl
this.MenuItemsBackgroundColor = menuTheme.ActiveTabColor;
this.MenuItemsTextColor = menuTheme.Colors.PrimaryTextColor;
this.MenuItemsBackgroundHoverColor = menuTheme.AccentMimimalOverlay;
this.MenuItemsTextHoverColor = menuTheme.Colors.PrimaryTextColor;
this.theme = theme;