diff --git a/src/components/MenuItem.tsx b/src/components/MenuItem.tsx index 7f9a729c161a..44463e1aa08a 100644 --- a/src/components/MenuItem.tsx +++ b/src/components/MenuItem.tsx @@ -570,7 +570,7 @@ function MenuItem( style={[ styles.popoverMenuIcon, iconStyles, - isSecondaryIconHoverable && StyleUtils.getBackgroundAndBorderStyle(focused || isHovered ? theme.hoverComponentBG : theme.overlay), + isSecondaryIconHoverable && StyleUtils.getBackgroundAndBorderStyle(theme.border), ]} > ); }