This commit is contained in:
Benjamin Palko 2025-02-10 18:47:49 -05:00
parent 40bf33a9e5
commit 2ee0224c45

View file

@ -11,7 +11,7 @@
error?: string | Snippet;
label?: string | Snippet;
resizable?: boolean | 'yes' | 'no' | 'x' | 'y';
size?: DaisySize;
size?: DaisySize | 'md';
} & SvelteHTMLElements['textarea'];
let {
bordered,
@ -25,7 +25,7 @@
}: Props = $props();
</script>
<label class="form-control w-full max-w-lg">
<label class="form-control w-full">
<div class="label">
<span
class="label-text flex items-center gap-2"