diff --git a/web/src/components/ChatBlockList.tsx b/web/src/components/ChatBlockList.tsx index 114b6e0c..35838f4e 100644 --- a/web/src/components/ChatBlockList.tsx +++ b/web/src/components/ChatBlockList.tsx @@ -89,7 +89,7 @@ export function ChatBlockList(props: {
{props.blocks.map((block) => { if (block.kind === 'user-text') { - const userBubbleClass = 'w-fit max-w-[92%] ml-auto rounded-xl border border-[var(--app-border)] bg-[var(--app-secondary-bg)] px-3 py-2 text-[var(--app-fg)] shadow-sm' + const userBubbleClass = 'w-fit max-w-[92%] ml-auto rounded-xl bg-[var(--app-secondary-bg)] px-3 py-2 text-[var(--app-fg)] shadow-sm' const status = block.status const onRetry = block.localId && status === 'failed' && props.onRetryMessage ? () => props.onRetryMessage!(block.localId!) @@ -147,7 +147,7 @@ export function ChatBlockList(props: { Task details ({block.children.length}) -
+
) : ( -
+
+