Update General.svelte

This commit is contained in:
Classic298 2025-06-16 17:48:45 +02:00 committed by GitHub
parent 85724940ee
commit 9f936a0c19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -270,7 +270,7 @@
<div class=" my-2.5 text-sm font-medium">{$i18n.t('System Prompt')}</div>
<Textarea
bind:value={system}
className="w-full text-sm bg-white dark:text-gray-300 dark:bg-gray-900 outline-hidden resize-none"
className="w-full text-sm bg-white dark:text-gray-300 dark:bg-gray-900 outline-hidden resize-vertical"
rows="4"
placeholder={$i18n.t('Enter system prompt here')}
/>