Skip to content

Commit

Permalink
fix: modal radius not follow preferences (#5063)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan authored Dec 7, 2024
1 parent d1862fb commit d42daf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@core/ui-kit/popup-ui/src/modal/modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function handleFocusOutside(e: Event) {
ref="contentRef"
:class="
cn(
'left-0 right-0 top-[10vh] mx-auto flex max-h-[80%] w-[520px] flex-col p-0 sm:rounded-2xl',
'left-0 right-0 top-[10vh] mx-auto flex max-h-[80%] w-[520px] flex-col p-0 sm:rounded-[var(--radius)]',
modalClass,
{
'border-border border': bordered,
Expand Down

0 comments on commit d42daf9

Please sign in to comment.