-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Description
Is there already a way to change backdrop styles while the popover is open or not? If not, I think this is something that would be very useful. In the meantime, does anybody know any workarounds for achieving this?
Example usage could be:
<Menu
key={id}
onSelect={()=> {...}}
renderer={renderers.Popover}
rendererProps={{
placement,
anchorStyle: { backgroundColor: tokenColorNavyBlue },
backdropStyle: { /* styles here... */ } // <-----
}}
opened={isOpened}
onBackdropPress={handleClose}
>
Metadata
Metadata
Assignees
Labels
No labels