fix signature input height (#497)

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
Chirag Chhatrala
2024-07-26 15:17:42 +05:30
committed by GitHub
parent 7ee5623b8e
commit bafd190ad2

View File

@@ -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 }"
/>