Skip to content

Commit

Permalink
fix border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
kyledurand committed Mar 13, 2024
1 parent a67be36 commit d125cc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions polaris-react/src/components/Popover/Popover.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ $vertical-motion-offset: -5px;
.positionedCover {
margin: 0;

&::before {
border-radius: var(--p-border-radius-200);
}

.ContentContainer {
border-radius: var(--p-border-radius-200);
}
Expand Down

0 comments on commit d125cc8

Please sign in to comment.