Changed color
This commit is contained in:
@@ -235,7 +235,8 @@ class _ActiveGameViewState extends State<ActiveGameView> {
|
|||||||
child: Text(
|
child: Text(
|
||||||
AppLocalizations.of(context).end_game,
|
AppLocalizations.of(context).end_game,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontWeight: FontWeight.bold, color: Colors.red),
|
fontWeight: FontWeight.bold,
|
||||||
|
color: CupertinoColors.destructiveRed),
|
||||||
),
|
),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
setState(() {
|
setState(() {
|
||||||
|
|||||||
Reference in New Issue
Block a user