This commit is contained in:
Timothy Jaeryang Baek
2025-09-15 12:07:53 -05:00
parent e4c864de7e
commit b6a2ca877a
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
export let show = true;
export let size = 'md';
export let containerClassName = 'p-3';
export let className = 'bg-white dark:bg-gray-900 rounded-2xl';
export let className = 'bg-white dark:bg-gray-900 rounded-3xl';
let modalElement = null;
let mounted = false;