From c17ba298fb6a3fbcd5739f8973c4b962c84cd32b Mon Sep 17 00:00:00 2001 From: mt Date: Thu, 11 Jun 2026 09:50:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E5=8F=91=E9=80=81=E6=8C=89=E9=92=AE?= =?UTF-8?q?=20SVG=20=E5=B1=9E=E6=80=A7=E6=94=B9=E4=B8=BA=20JSX=20=E9=A9=BC?= =?UTF-8?q?=E5=B3=B0=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - stroke-width → strokeWidth, stroke-linecap → strokeLinecap, stroke-linejoin → strokeLinejoin --- frontend/src/components/ai-elements/prompt-input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/ai-elements/prompt-input.tsx b/frontend/src/components/ai-elements/prompt-input.tsx index 6f73a226..4e493263 100644 --- a/frontend/src/components/ai-elements/prompt-input.tsx +++ b/frontend/src/components/ai-elements/prompt-input.tsx @@ -1159,7 +1159,7 @@ export const PromptInputSubmit = ({ // let Icon = ; let Icon = - + ;