Skip to content

Commit

Permalink
Add isAlternate to popover props
Browse files Browse the repository at this point in the history
So it gets the correct border style
  • Loading branch information
renatho committed Jan 20, 2021
1 parent 6a94e1e commit bbdf53c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/blocks/editor-components/toolbar-dropdown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const ToolbarDropdown = ( {

return (
<Dropdown
popoverProps={ { isAlternate: true } }
renderToggle={ ( { isOpen, onToggle } ) => (
<Button
onClick={ onToggle }
Expand Down

0 comments on commit bbdf53c

Please sign in to comment.