Skip to content

Commit dbab582

Browse files
committed
docs(styled textarea): change button size in with-button example
1 parent 03c86e9 commit dbab582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/routes/docs/styled/textarea/examples/with-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default component$(() => {
55
return (
66
<div class="grid w-full gap-2">
77
<Textarea placeholder="Type your message here." />
8-
<Button>Send message</Button>
8+
<Button class="ml-auto w-40">Send message</Button>
99
</div>
1010
);
1111
});

0 commit comments

Comments
 (0)