changed Text style to use theme

This commit is contained in:
hannathkadher
2024-11-23 20:19:45 +04:00
parent 0830fa1cfd
commit 42a7ee22b2
2 changed files with 61 additions and 46 deletions

View File

@ -109,7 +109,7 @@ class _CommunityStructureAreaState extends State<CommunityStructureArea> {
children: [
CommunityStructureHeader(
communityName: widget.selectedCommunity?.name,
isSave: widget.spaces.isNotEmpty,
isSave: spaces.isNotEmpty,
isEditingName: isEditingName,
nameController: _nameController,
onSave: _saveSpaces,