mirror of
https://github.com/open-webui/open-webui
synced 2025-04-30 03:02:06 +00:00
refac: styling
This commit is contained in:
parent
100f5a57e7
commit
bcf0a8791e
@ -315,7 +315,7 @@
|
|||||||
<div class=" my-2.5 text-sm font-medium">{$i18n.t('System Prompt')}</div>
|
<div class=" my-2.5 text-sm font-medium">{$i18n.t('System Prompt')}</div>
|
||||||
<Textarea
|
<Textarea
|
||||||
bind:value={system}
|
bind:value={system}
|
||||||
className="w-full text-sm bg-white dark:text-gray-300 dark:bg-gray-850 outline-hidden resize-none"
|
className="w-full text-sm bg-white dark:text-gray-300 dark:bg-gray-900 outline-hidden resize-none"
|
||||||
rows="4"
|
rows="4"
|
||||||
placeholder={$i18n.t('Enter system prompt here')}
|
placeholder={$i18n.t('Enter system prompt here')}
|
||||||
/>
|
/>
|
||||||
@ -399,7 +399,7 @@
|
|||||||
{#if requestFormat !== null}
|
{#if requestFormat !== null}
|
||||||
<div class="flex mt-1 space-x-2">
|
<div class="flex mt-1 space-x-2">
|
||||||
<Textarea
|
<Textarea
|
||||||
className="w-full text-sm dark:text-gray-300 dark:bg-gray-850 outline-hidden"
|
className="w-full text-sm dark:text-gray-300 dark:bg-gray-900 outline-hidden"
|
||||||
placeholder={$i18n.t('e.g. "json" or a JSON schema')}
|
placeholder={$i18n.t('e.g. "json" or a JSON schema')}
|
||||||
bind:value={requestFormat}
|
bind:value={requestFormat}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user