Fixed instruction
This commit is contained in:
parent
f74514796f
commit
7a67b06df8
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue