color manager

This commit is contained in:
hannathkadher
2025-01-09 13:32:09 +04:00
parent 390f7288bd
commit 097e70b906
17 changed files with 88 additions and 79 deletions

View File

@ -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),
);
}