tt: increase padding when there is a test

This commit is contained in:
2025-09-10 09:41:13 +02:00
parent 5811ece08e
commit dd59381b35

View File

@@ -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)),