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"), ],