@ -45,6 +45,7 @@ class ProjectsPage extends StatelessWidget {
Navigator.of(context).pop();
},
style: ButtonStyle(
foregroundColor: MaterialStateProperty.all(Colors.white),
backgroundColor: MaterialStateProperty.all(Colors.red),
),
child: const Text('Delete'),