Skip to content

Commit 6ca8d92

Browse files
committed
change outline
1 parent 912969f commit 6ca8d92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/components/inference-playground/message-textarea.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import { TextareaAutosize } from "$lib/spells/textarea-autosize.svelte.js";
44
import { conversations } from "$lib/state/conversations.svelte";
55
import { cmdOrCtrl } from "$lib/utils/platform.js";
6-
import { addToast } from "../toaster.svelte.js";
76
87
const multiple = $derived(conversations.active.length > 1);
98
const loading = $derived(conversations.generating);
@@ -33,7 +32,7 @@
3332

3433
<div class="mt-auto px-2">
3534
<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"
3736
>
3837
<textarea
3938
placeholder="Enter your message"

0 commit comments

Comments
 (0)