fix(frontend): fix modal closing issues (#2340)

This commit is contained in:
Faton Ramadani
2023-09-26 17:23:14 +02:00
committed by GitHub
parent 2b6754f5f7
commit 6ed0086e40
@@ -148,7 +148,7 @@
<div>{resolvedConfig.modalTitle}</div>
<div class="w-8">
<button
on:click={() => {
on:click|stopPropagation={() => {
open = false
}}
class="hover:bg-surface-hover bg-surface-secondary rounded-full w-8 h-8 flex items-center justify-center transition-all"