Browse Source

Changed red button text color to white

master
Kenneth Bruen 2 years ago
parent
commit
012de37b4a
Signed by: kbruen
GPG Key ID: C1980A470C3EE5B1
  1. 1
      lib/pages/project.dart

1
lib/pages/project.dart

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

Loading…
Cancel
Save