refac: styling

This commit is contained in:
Timothy J. Baek
2024-10-21 00:33:21 -07:00
parent 6cb41a38a6
commit 2bb82f258a
2 changed files with 6 additions and 6 deletions

View File

@@ -56,7 +56,7 @@
</div>
</Collapsible>
<hr class="my-2 border-gray-100 dark:border-gray-800" />
<hr class="my-2 border-gray-50 dark:border-gray-850" />
{/if}
<Collapsible title={$i18n.t('Valves')}>
@@ -65,20 +65,20 @@
</div>
</Collapsible>
<hr class="my-2 border-gray-100 dark:border-gray-800" />
<hr class="my-2 border-gray-50 dark:border-gray-850" />
<Collapsible title={$i18n.t('System Prompt')} open={true}>
<div class=" mt-1.5" slot="content">
<textarea
bind:value={params.system}
class="w-full rounded-lg px-3.5 py-2.5 text-sm dark:text-gray-300 dark:bg-gray-850 border border-gray-100 dark:border-gray-800 outline-none resize-none"
class="w-full rounded-lg px-3.5 py-2.5 text-sm dark:text-gray-300 dark:bg-gray-850 border border-gray-50 dark:border-gray-850 outline-none resize-none"
rows="4"
placeholder={$i18n.t('Enter system prompt')}
/>
</div>
</Collapsible>
<hr class="my-2 border-gray-100 dark:border-gray-800" />
<hr class="my-2 border-gray-50 dark:border-gray-850" />
<Collapsible title={$i18n.t('Advanced Params')} open={true}>
<div class="text-sm mt-1.5" slot="content">