|
@@ -462,7 +462,7 @@
|
|
}}
|
|
}}
|
|
>
|
|
>
|
|
<div
|
|
<div
|
|
- class="flex-1 flex flex-col relative w-full rounded-3xl px-1.5 bg-gray-50 dark:bg-gray-850 dark:text-gray-100"
|
|
|
|
|
|
+ class="flex-1 flex flex-col relative w-full rounded-3xl px-1.5 bg-gray-50 dark:bg-gray-400/5 dark:text-gray-100"
|
|
dir={$settings?.chatDirection ?? 'LTR'}
|
|
dir={$settings?.chatDirection ?? 'LTR'}
|
|
>
|
|
>
|
|
{#if files.length > 0}
|
|
{#if files.length > 0}
|
|
@@ -562,7 +562,7 @@
|
|
}}
|
|
}}
|
|
>
|
|
>
|
|
<button
|
|
<button
|
|
- class="bg-gray-50 hover:bg-gray-100 text-gray-800 dark:bg-gray-850 dark:text-white dark:hover:bg-gray-800 transition rounded-full p-2 outline-none focus:outline-none"
|
|
|
|
|
|
+ class="bg-transparent hover:bg-gray-100 text-gray-800 dark:text-white dark:hover:bg-gray-800 transition rounded-full p-2 outline-none focus:outline-none"
|
|
type="button"
|
|
type="button"
|
|
aria-label="More"
|
|
aria-label="More"
|
|
>
|
|
>
|
|
@@ -582,7 +582,7 @@
|
|
|
|
|
|
{#if $settings?.richTextInput ?? true}
|
|
{#if $settings?.richTextInput ?? true}
|
|
<div
|
|
<div
|
|
- class="scrollbar-hidden text-left bg-gray-50 dark:bg-gray-850 dark:text-gray-100 outline-none w-full py-2.5 px-1 rounded-xl resize-none h-fit max-h-80 overflow-auto"
|
|
|
|
|
|
+ class="scrollbar-hidden text-left bg-transparent dark:text-gray-100 outline-none w-full py-2.5 px-1 rounded-xl resize-none h-fit max-h-80 overflow-auto"
|
|
>
|
|
>
|
|
<RichTextInput
|
|
<RichTextInput
|
|
bind:this={chatInputElement}
|
|
bind:this={chatInputElement}
|