fix: modal radius not follow preferences (#5063)
parent
d1862fba27
commit
d42daf9ce0
|
@ -172,7 +172,7 @@ function handleFocusOutside(e: Event) {
|
||||||
ref="contentRef"
|
ref="contentRef"
|
||||||
:class="
|
:class="
|
||||||
cn(
|
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,
|
modalClass,
|
||||||
{
|
{
|
||||||
'border-border border': bordered,
|
'border-border border': bordered,
|
||||||
|
|
Loading…
Reference in New Issue