Updated scoreboard
This commit is contained in:
parent
6dbb850850
commit
0f690ba49d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class ScoreBoard extends StatelessWidget {
|
|||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
Text(score, style: const TextStyle(fontSize: 20.0, fontWeight: FontWeight.bold))
|
||||
Text(score, style: const TextStyle(fontSize: 23.0, fontWeight: FontWeight.bold, color: Colors.white))
|
||||
],
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue