Fixed instruction

This commit is contained in:
BroodjeAap 2021-01-11 19:31:08 +01:00
parent f74514796f
commit 7a67b06df8

View file

@ -111,7 +111,7 @@ class _YearInstructionPageState extends State<YearInstructionPage> {
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"),
],