Browse Source

Changed red button text color to white

master
Kenneth Bruen 2 years ago
parent
commit
95ef25214a
Signed by: kbruen
GPG Key ID: C1980A470C3EE5B1
  1. 1
      lib/pages/projects.dart

1
lib/pages/projects.dart

@ -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'),

Loading…
Cancel
Save