From d6b969ad4c52e3b4067fc78fda062d2e64ac7b04 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 08:24:02 +0000 Subject: [PATCH] barista: attempt fix for #738 --- src/components/Textarea/Textarea.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Textarea/Textarea.vue b/src/components/Textarea/Textarea.vue index 43d365dd8..ff8bdf827 100644 --- a/src/components/Textarea/Textarea.vue +++ b/src/components/Textarea/Textarea.vue @@ -118,9 +118,9 @@ const attrsWithoutClassStyle = computed(() => { const inputClasses = computed(() => { let sizeClasses = { sm: 'text-base rounded', - md: 'text-base rounded', - lg: 'text-lg rounded-md', - xl: 'text-xl rounded-md', + md: 'text-lg rounded', + lg: 'text-xl rounded-md', + xl: 'text-2xl rounded-md', }[props.size] let paddingClasses = {