mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac
This commit is contained in:
parent
e4c864de7e
commit
b6a2ca877a
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue