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 03c86e9 commit dbab582Copy full SHA for dbab582
apps/website/src/routes/docs/styled/textarea/examples/with-button.tsx
@@ -5,7 +5,7 @@ export default component$(() => {
5
return (
6
<div class="grid w-full gap-2">
7
<Textarea placeholder="Type your message here." />
8
- <Button>Send message</Button>
+ <Button class="ml-auto w-40">Send message</Button>
9
</div>
10
);
11
});
0 commit comments