This commit is contained in:
55nknown
2023-01-21 14:20:23 +01:00
parent b6d4c0398a
commit 29e65d0ff1
5 changed files with 5 additions and 5 deletions

View File

@@ -221,7 +221,7 @@ class GradeValueWidget extends StatelessWidget {
value.value.toString(), value.value.toString(),
textAlign: TextAlign.center, textAlign: TextAlign.center,
style: TextStyle( style: TextStyle(
fontWeight: value.weight == 50 ? FontWeight.w600 : FontWeight.bold, fontWeight: value.weight == 50 ? FontWeight.w500 : FontWeight.bold,
fontSize: size, fontSize: size,
color: contrast ? Colors.white : color, color: contrast ? Colors.white : color,
shadows: [ shadows: [