TF-1418 increase height of signature field in identity_creator_view

This commit is contained in:
sherlockvn
2023-02-05 18:20:06 +07:00
committed by Dat Vu
parent 580a0411e1
commit addeb22f3d
@@ -425,7 +425,7 @@ class IdentityCreatorView extends GetWidget<IdentityCreatorController> {
: _buildHtmlEditor(context, initialContent: controller.contentHtmlEditor ?? '');
return SizedBox(
height: 160,
height: 300,
child: Column(
children: [
if(BuildUtils.isWeb)