mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-24 20:22:27 +00:00
Made Create Space dialog title match the figma design.
This commit is contained in:
@ -49,7 +49,7 @@ abstract final class SpaceDetailsDialogHelper {
|
||||
},
|
||||
child: SpaceDetailsDialog(
|
||||
context: context,
|
||||
title: const SelectableText('Create Space'),
|
||||
title: const SelectableText('Create New Space'),
|
||||
spaceModel: SpaceModel.empty(),
|
||||
onSave: (space) {
|
||||
context.read<CreateSpaceBloc>().add(
|
||||
|
Reference in New Issue
Block a user