Skip to content

Commit a25957c

Browse files
committed
refac
1 parent 817e646 commit a25957c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cptr/frontend/src/lib/components/chat/AskUserCard.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
</label>
164164
{#if selections[question.id] === '__other__'}
165165
<input
166-
class="w-full rounded-xl bg-transparent px-2.5 py-1.5 text-xs text-gray-800 outline-none placeholder:text-gray-400 focus:ring-2 focus:ring-gray-900/10 dark:text-gray-100 dark:placeholder:text-gray-500 dark:focus:ring-white/10"
166+
class="w-full rounded-xl bg-transparent px-2.5 py-1.5 text-xs text-gray-800 outline-none placeholder:text-gray-400 dark:text-gray-100 dark:placeholder:text-gray-500"
167167
placeholder="Type your answer"
168168
value={otherAnswers[question.id] || ''}
169169
oninput={(event) =>

0 commit comments

Comments
 (0)