From 2b087dffb1f9b7b8a6be46255a0c62c12f14154f Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 27 Jun 2026 11:58:24 +0000 Subject: [PATCH] ui: migrate ChatMessage to shadcn tokens Use shadcn Button/Textarea, @lucide/svelte icons, and map prose/code-block styles to shadcn CSS variables. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01UmuGqwNBJNEAMaWsdCDqUC --- .../components/playground/ChatMessage.svelte | 131 ++++++++---------- 1 file changed, 60 insertions(+), 71 deletions(-) diff --git a/ui-svelte/src/components/playground/ChatMessage.svelte b/ui-svelte/src/components/playground/ChatMessage.svelte index a1eae79a..c7e4ef59 100644 --- a/ui-svelte/src/components/playground/ChatMessage.svelte +++ b/ui-svelte/src/components/playground/ChatMessage.svelte @@ -1,7 +1,9 @@