mirror of
https://github.com/dancojocaru2000/logic-circuits-simulator.git
synced 2025-02-22 17:19:36 +02:00
Changed red button text color to white
This commit is contained in:
parent
c2d5d86554
commit
95ef25214a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue