reduced width of text controller

This commit is contained in:
hannathkadher
2024-11-28 20:11:16 +04:00
parent bd78c8c1cc
commit 69e3f50269

View File

@ -86,7 +86,7 @@ class CommunityStructureHeader extends StatelessWidget {
), ),
if (isEditingName) if (isEditingName)
SizedBox( SizedBox(
width: screenWidth * 0.3, width: screenWidth * 0.1,
child: TextField( child: TextField(
controller: nameController, controller: nameController,
decoration: const InputDecoration( decoration: const InputDecoration(