Skip to content

Commit

Permalink
take out round
Browse files Browse the repository at this point in the history
  • Loading branch information
britt6612 committed Sep 13, 2024
1 parent 1b0ab85 commit f5019b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aries-core/src/js/components/core/Popover/Popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ export const Popover = ({
}) => {
return (
<Drop
round="xxsmall"
role="dialog"
elevation="medium"
stretch={false}
target={target}
onClose={onClose}
// need this for drop to control focus
restrictFocus
// restrictFocus
{...rest}
>
<Box
Expand Down

0 comments on commit f5019b4

Please sign in to comment.