We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d8bd75 + 23033f7 commit b7e2411Copy full SHA for b7e2411
src/components/NcModal/NcModal.vue
@@ -1062,7 +1062,7 @@ export default {
1062
display: flex;
1063
padding: 0;
1064
transition: transform 300ms ease;
1065
- border-radius: var(--border-radius-large);
+ border-radius: var(--border-radius-container, var(--border-radius-rounded));
1066
background-color: var(--color-main-background);
1067
color: var(--color-main-text);
1068
box-shadow: 0 0 40px rgba(0, 0, 0, .2);
0 commit comments