From 7a67b06df8490e60f9e58efa05adb99774ecb6bc Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Mon, 11 Jan 2021 19:31:08 +0100 Subject: [PATCH] Fixed instruction --- lib/pages/practice/instructions/YearInstructionPage.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/practice/instructions/YearInstructionPage.dart b/lib/pages/practice/instructions/YearInstructionPage.dart index 36e3b92..5c92408 100644 --- a/lib/pages/practice/instructions/YearInstructionPage.dart +++ b/lib/pages/practice/instructions/YearInstructionPage.dart @@ -111,7 +111,7 @@ class _YearInstructionPageState extends State { Text20("("), Text20(yyString, color: Colors.green), Text20(" + floor("), - Text20(yyString, color: Colors.green), + Text20(yyString, color: Colors.green, decor: TextDecoration.underline), Text20(" / 4", decor: TextDecoration.underline), Text20(")) % 7"), ],