We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2631a83 commit 2d0a9ebCopy full SHA for 2d0a9eb
packages/examples/src/demo-claude.tsx
@@ -653,16 +653,16 @@ const Example = () => {
653
</Conversation>
654
<div className="grid shrink-0 gap-4 p-4">
655
<PromptInput
656
- className="divide-y-0 rounded-2xl p-3"
+ className="divide-y-0 bg-card overflow-hidden rounded-md"
657
onSubmit={handleSubmit}
658
>
659
<PromptInputTextarea
660
- className="p-0 md:text-base"
+ className="md:text-base"
661
onChange={(event) => setText(event.target.value)}
662
placeholder="Reply to Claude..."
663
value={text}
664
/>
665
- <PromptInputFooter className="p-0">
+ <PromptInputFooter>
666
<PromptInputTools>
667
<DropdownMenu>
668
<DropdownMenuTrigger asChild>
0 commit comments