diff --git a/refilc_mobile_ui/lib/pages/grades/grade_subject_view.dart b/refilc_mobile_ui/lib/pages/grades/grade_subject_view.dart index d346561..ec2cd0c 100644 --- a/refilc_mobile_ui/lib/pages/grades/grade_subject_view.dart +++ b/refilc_mobile_ui/lib/pages/grades/grade_subject_view.dart @@ -157,7 +157,9 @@ class _GradeSubjectViewState extends State { } else { _gradeTiles.add(CertificationTile( grade, - padding: const EdgeInsets.only(bottom: 6.0, top: 12.0), + padding: EdgeInsets.only( + bottom: 8.0, + top: (subjectGrades.first.id == grade.id) ? 0.0 : 8.0), newStyle: true, )); }