Skip to content

Changing backdrop styles? #300

@thecherrie

Description

@thecherrie

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions