Skip to content

Commit

Permalink
Merge pull request #4237 from nextcloud/enh/noid/adjust-border-radius
Browse files Browse the repository at this point in the history
adjust border-radius of ncpopover
  • Loading branch information
szaimen authored Jun 21, 2023
2 parents d8aa491 + 84ca998 commit 2fa5543
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 2fa5543

Please sign in to comment.