Increased size of right/wrong answers in month practice

This commit is contained in:
BroodjeAap 2020-10-18 14:52:44 +02:00
parent dd0597b51a
commit 76c5aec103

View file

@ -31,7 +31,7 @@ class _MonthPracticeState extends State<MonthPracticePage> {
answerBoxes.add(
new Expanded(
child: new Container(
height: 10,
height: 50,
color: c
)
)
@ -41,7 +41,7 @@ class _MonthPracticeState extends State<MonthPracticePage> {
answerBoxes.add(
new Expanded(
child: new Container(
height: 10,
height: 50,
color: Colors.blue,
)
)