tt: fix last lesson getting covered by T H E S H A D O W

This commit is contained in:
2025-09-16 09:40:11 +02:00
parent 6c64ac4a35
commit aec2453a05

View File

@@ -75,7 +75,12 @@ class TimeTableDayWidget extends StatelessWidget {
child: Column(
mainAxisAlignment: MainAxisAlignment.start,
crossAxisAlignment: CrossAxisAlignment.start,
children: ttBody,
children: [
...ttBody,
SizedBox(
height: 24,
)
],
),
),
),