diff --git a/firka/lib/ui/phone/widgets/lesson.dart b/firka/lib/ui/phone/widgets/lesson.dart index 832ca96..839a9b6 100644 --- a/firka/lib/ui/phone/widgets/lesson.dart +++ b/firka/lib/ui/phone/widgets/lesson.dart @@ -109,7 +109,7 @@ class LessonWidget extends StatelessWidget { ]), ), ), - SizedBox(width: 8), + SizedBox(width: !showTests && test != null ? 16 : 8), Text(lesson.subject?.name ?? "N/A", style: appStyle.fonts.B_16SB .apply(color: appStyle.colors.textPrimary)),