fixed grade counter maybe and other visual bugs

This commit is contained in:
Kima
2024-01-25 19:22:01 +01:00
parent 1cd1d7ae88
commit 4ed3cfc90e
3 changed files with 31 additions and 25 deletions

View File

@@ -27,7 +27,7 @@ class GradesCountItem extends StatelessWidget {
),
const SizedBox(width: 3.0),
GradeValueWidget(GradeValue(value, "Value", "Value", 100),
size: 19.0, fill: true, shadow: false),
size: 18.0, fill: true, shadow: false),
],
);
}