Skip to content

Commit 2d0a9eb

Browse files
fix: demo claude ui (#181)
1 parent 2631a83 commit 2d0a9eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/examples/src/demo-claude.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -653,16 +653,16 @@ const Example = () => {
653653
</Conversation>
654654
<div className="grid shrink-0 gap-4 p-4">
655655
<PromptInput
656-
className="divide-y-0 rounded-2xl p-3"
656+
className="divide-y-0 bg-card overflow-hidden rounded-md"
657657
onSubmit={handleSubmit}
658658
>
659659
<PromptInputTextarea
660-
className="p-0 md:text-base"
660+
className="md:text-base"
661661
onChange={(event) => setText(event.target.value)}
662662
placeholder="Reply to Claude..."
663663
value={text}
664664
/>
665-
<PromptInputFooter className="p-0">
665+
<PromptInputFooter>
666666
<PromptInputTools>
667667
<DropdownMenu>
668668
<DropdownMenuTrigger asChild>

0 commit comments

Comments
 (0)