mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-16 01:56:24 +00:00
color manager
This commit is contained in:
@ -174,7 +174,7 @@ class CreateSpaceModelDialog extends StatelessWidget {
|
||||
} else if (state is CreateSpaceModelError) {
|
||||
return Text(
|
||||
'Error: ${state.message}',
|
||||
style: const TextStyle(color: Colors.red),
|
||||
style: const TextStyle(color: ColorsManager.warningRed),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user