We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0b44e commit c0b972eCopy full SHA for c0b972e
1 file changed
src/components/PopoverMenu.tsx
@@ -312,15 +312,13 @@ function PopoverMenu({
312
}
313
setFocusedIndex(menuIndex);
314
}}
315
-
316
wrapperStyle={StyleUtils.getItemBackgroundColorStyle(
317
!!item.isSelected,
318
focusedIndex === menuIndex,
319
item.disabled ?? false,
320
theme.activeComponentBG,
321
theme.hoverComponentBG,
322
)}
323
324
shouldRemoveHoverBackground={item.isSelected}
325
titleStyle={StyleSheet.flatten([styles.flex1, item.titleStyle])}
326
// Spread other props dynamically
0 commit comments