From 76c5aec103173197c95302e4870205be914d4f1d Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sun, 18 Oct 2020 14:52:44 +0200 Subject: [PATCH] Increased size of right/wrong answers in month practice --- lib/pages/practice/month/MonthPracticePage.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/practice/month/MonthPracticePage.dart b/lib/pages/practice/month/MonthPracticePage.dart index 3ba0fc0..958e8f7 100644 --- a/lib/pages/practice/month/MonthPracticePage.dart +++ b/lib/pages/practice/month/MonthPracticePage.dart @@ -31,7 +31,7 @@ class _MonthPracticeState extends State { answerBoxes.add( new Expanded( child: new Container( - height: 10, + height: 50, color: c ) ) @@ -41,7 +41,7 @@ class _MonthPracticeState extends State { answerBoxes.add( new Expanded( child: new Container( - height: 10, + height: 50, color: Colors.blue, ) )