Преглед изворни кода

fix: message input styling

Timothy J. Baek пре 1 година
родитељ
комит
479913cf76
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/lib/components/chat/MessageInput.svelte

+ 1 - 1
src/lib/components/chat/MessageInput.svelte

@@ -148,7 +148,7 @@
 					}}
 				/>
 				<form
-					class=" flex flex-col relative w-full rounded-xl border dark:border-gray-600"
+					class=" flex flex-col relative w-full rounded-xl border dark:border-gray-600 bg-white dark:bg-gray-800 dark:text-gray-100"
 					on:submit|preventDefault={() => {
 						submitPrompt(prompt);
 					}}