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
8c510074c9
commit
012de37b4a
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class ProjectPage extends StatelessWidget {
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
},
|
},
|
||||||
style: ButtonStyle(
|
style: ButtonStyle(
|
||||||
|
foregroundColor: MaterialStateProperty.all(Colors.white),
|
||||||
backgroundColor: MaterialStateProperty.all(Colors.red),
|
backgroundColor: MaterialStateProperty.all(Colors.red),
|
||||||
),
|
),
|
||||||
child: const Text('Delete'),
|
child: const Text('Delete'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue