Changed red button text color to white

This commit is contained in:
Kenneth Bruen 2022-06-19 07:46:40 +03:00
parent 8c510074c9
commit 012de37b4a
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

View file

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