mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-14 09:17:37 +00:00
changed Text style to use theme
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user