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 d78f5e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Create snapshot
uses: Shopify/snapit@main
uses: Shopify/snapit@reorder-build-script
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
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 d78f5e6

Please sign in to comment.