From bafd190ad23feac12cf61ee7f8fa2e8ad260a034 Mon Sep 17 00:00:00 2001 From: Chirag Chhatrala <60499540+chiragchhatrala@users.noreply.github.com> Date: Fri, 26 Jul 2024 15:17:42 +0530 Subject: [PATCH] fix signature input height (#497) Co-authored-by: Julien Nahum --- client/components/forms/SignatureInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/forms/SignatureInput.vue b/client/components/forms/SignatureInput.vue index a7025cd6..677c6b62 100644 --- a/client/components/forms/SignatureInput.vue +++ b/client/components/forms/SignatureInput.vue @@ -12,12 +12,12 @@ theme.SignatureInput.spacing.vertical, theme.SignatureInput.fontSize, theme.SignatureInput.borderRadius, - theme.SignatureInput.minHeight, { '!ring-red-500 !ring-2 !border-transparent': hasError, '!cursor-not-allowed !bg-gray-200': disabled, }, ]" + height="150px" :name="name" :options="{ onEnd }" />