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

@ -561,7 +561,7 @@
</script>
<Modal size="lg" bind:show>
<div class="text-gray-700 dark:text-gray-100">
<div class="text-gray-700 dark:text-gray-100 mx-1">
<div class=" flex justify-between dark:text-gray-300 px-5 pt-4 pb-1">
<div class=" text-lg font-medium self-center">{$i18n.t('Settings')}</div>
<button

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;