Skip to content

Commit

Permalink
Merge pull request #2566 from quentinguidee/rounded-popover-menus
Browse files Browse the repository at this point in the history
Use large corner radius for the Popover component
  • Loading branch information
marcoambrosini authored Mar 23, 2022
2 parents 04a3a55 + 76e84ef commit 66bf198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Popover/Popover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ $arrow-width: 10px;
&__inner {
padding: 0;
color: var(--color-main-text);
border-radius: var(--border-radius);
border-radius: var(--border-radius-large);
overflow: hidden;
background: var(--color-main-background);
}
Expand Down

0 comments on commit 66bf198

Please sign in to comment.