73 batch sms messaging #85
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue