fix signature input height (#497)
Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
parent
7ee5623b8e
commit
bafd190ad2
|
|
@ -12,12 +12,12 @@
|
||||||
theme.SignatureInput.spacing.vertical,
|
theme.SignatureInput.spacing.vertical,
|
||||||
theme.SignatureInput.fontSize,
|
theme.SignatureInput.fontSize,
|
||||||
theme.SignatureInput.borderRadius,
|
theme.SignatureInput.borderRadius,
|
||||||
theme.SignatureInput.minHeight,
|
|
||||||
{
|
{
|
||||||
'!ring-red-500 !ring-2 !border-transparent': hasError,
|
'!ring-red-500 !ring-2 !border-transparent': hasError,
|
||||||
'!cursor-not-allowed !bg-gray-200': disabled,
|
'!cursor-not-allowed !bg-gray-200': disabled,
|
||||||
},
|
},
|
||||||
]"
|
]"
|
||||||
|
height="150px"
|
||||||
:name="name"
|
:name="name"
|
||||||
:options="{ onEnd }"
|
:options="{ onEnd }"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue