Skip to content

Commit

Permalink
Fix ToolSelector popover variant (#54840)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor authored and mikachan committed Oct 2, 2023
1 parent 34fa64a commit 9836669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function ToolSelector( props, ref ) {
label={ __( 'Tools' ) }
/>
) }
popoverProps={ { placement: 'bottom-start' } }
popoverProps={ { placement: 'bottom-start', variant: undefined } }
renderContent={ () => (
<>
<NavigableMenu role="menu" aria-label={ __( 'Tools' ) }>
Expand Down

0 comments on commit 9836669

Please sign in to comment.