73 batch sms messaging #85

Merged
BenjaminPalko merged 3 commits from 73-batch-sms-messaging into master 2025-02-24 10:48:53 -05:00
Showing only changes of commit 2ee0224c45 - Show all commits

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"