This commit is contained in:
55nknown
2023-01-21 13:59:32 +01:00
parent f2be74d819
commit b6d4c0398a
8 changed files with 26 additions and 14 deletions

View File

@@ -147,13 +147,13 @@ class GradeTile extends StatelessWidget {
)
: censored
? Container(
width: 15,
height: 15,
decoration: BoxDecoration(
color: AppColors.of(context).text.withOpacity(.45),
borderRadius: BorderRadius.circular(8.0),
),
)
width: 15,
height: 15,
decoration: BoxDecoration(
color: AppColors.of(context).text.withOpacity(.45),
borderRadius: BorderRadius.circular(8.0),
),
)
: GradeValueWidget(grade.value),
minLeadingWidth: isSubjectView ? 32.0 : 0,
),