Increased size of right/wrong answers in month practice
This commit is contained in:
parent
dd0597b51a
commit
76c5aec103
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue