Skip to content

Commit b7e2411

Browse files
authored
Merge pull request #7178 from nextcloud-libraries/backport/7176/stable8
[stable8] fix(NcModal): use `--border-radius-container`
2 parents 1d8bd75 + 23033f7 commit b7e2411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NcModal/NcModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ export default {
10621062
display: flex;
10631063
padding: 0;
10641064
transition: transform 300ms ease;
1065-
border-radius: var(--border-radius-large);
1065+
border-radius: var(--border-radius-container, var(--border-radius-rounded));
10661066
background-color: var(--color-main-background);
10671067
color: var(--color-main-text);
10681068
box-shadow: 0 0 40px rgba(0, 0, 0, .2);

0 commit comments

Comments
 (0)