refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2024-11-16 01:54:40 -08:00
parent cd655b128f
commit f9412f72f1

View File

@ -312,7 +312,7 @@
{#if embeddingEngine === 'openai'}
<div class="my-0.5 flex gap-2">
<input
class="flex-1 w-full rounded-lg py-2 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-none"
class="flex-1 w-full rounded-lg text-sm bg-transparent outline-none"
placeholder={$i18n.t('API Base URL')}
bind:value={OpenAIUrl}
required