Skip to content

Commit

Permalink
Merge pull request #4240 from nextcloud/backport/4237/stable7
Browse files Browse the repository at this point in the history
[stable7] adjust border-radius of ncpopover
  • Loading branch information
szaimen committed Jun 21, 2023
2 parents e77c9b9 + 9d76196 commit cfd9da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcPopover/NcPopover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ $arrow-width: 10px;
.v-popper__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 cfd9da4

Please sign in to comment.