From e8bdbd716ba918eee4a861fe25edfe9a7d8a19b4 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 31 Aug 2026 00:33:43 -0400 Subject: [PATCH] refac --- src/lib/components/chat/MessageInput.svelte | 2 +- src/lib/components/chat/Messages/OutputEditView.svelte | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/components/chat/MessageInput.svelte b/src/lib/components/chat/MessageInput.svelte index a40644b201..a2df614f27 100644 --- a/src/lib/components/chat/MessageInput.svelte +++ b/src/lib/components/chat/MessageInput.svelte @@ -1860,7 +1860,7 @@ ? 'border-dashed border-gray-100 dark:border-gray-800 hover:border-gray-200 focus-within:border-gray-200 hover:dark:border-gray-700 focus-within:dark:border-gray-700' : ' border-gray-100/30 dark:border-gray-850/30 hover:border-gray-200 focus-within:border-gray-100 hover:dark:border-gray-800 focus-within:dark:border-gray-800'} {($settings?.highContrastMode ?? false) - ? 'focus-within:outline focus-within:outline-2 focus-within:-outline-offset-2 focus-within:outline-blue-500' + ? 'focus-within:outline focus-within:outline-2 focus-within:-outline-offset-2 focus-within:outline-blue-500 [&_.ProseMirror:focus-visible]:outline-none!' : ''} transition px-0.5 bg-white/5 dark:bg-gray-500/5 backdrop-blur-sm dark:text-gray-100" dir={$settings?.chatDirection ?? 'auto'} > diff --git a/src/lib/components/chat/Messages/OutputEditView.svelte b/src/lib/components/chat/Messages/OutputEditView.svelte index f3a2e4d3f2..4ea762f30e 100644 --- a/src/lib/components/chat/Messages/OutputEditView.svelte +++ b/src/lib/components/chat/Messages/OutputEditView.svelte @@ -272,7 +272,7 @@ {#if di.type === 'message'}