mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
refac
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user