File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/lib/components/inference-playground Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3
3
import { TextareaAutosize } from " $lib/spells/textarea-autosize.svelte.js" ;
4
4
import { conversations } from " $lib/state/conversations.svelte" ;
5
5
import { cmdOrCtrl } from " $lib/utils/platform.js" ;
6
- import { addToast } from " ../toaster.svelte.js" ;
7
6
8
7
const multiple = $derived (conversations .active .length > 1 );
9
8
const loading = $derived (conversations .generating );
33
32
34
33
<div class =" mt-auto px-2" >
35
34
<label
36
- class =" flex w-full items-end rounded-[32px] bg-gray-200 p-2 pl-6 outline-gray-500 focus-within:outline-2 dark:bg-gray-800"
35
+ class =" flex w-full items-end rounded-[32px] bg-gray-200 p-2 pl-6 outline-gray-400 focus-within:outline-2 dark:bg-gray-800"
37
36
>
38
37
<textarea
39
38
placeholder =" Enter your message"
You can’t perform that action at this time.
0 commit comments