diff --git a/MatterControlLib/PartPreviewWindow/PopupMenuButton.cs b/MatterControlLib/PartPreviewWindow/PopupMenuButton.cs index 46e1be658..2d6b5c26a 100644 --- a/MatterControlLib/PartPreviewWindow/PopupMenuButton.cs +++ b/MatterControlLib/PartPreviewWindow/PopupMenuButton.cs @@ -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; }