forked from firka/firka
tt: fix last lesson getting covered by T H E S H A D O W
This commit is contained in:
@@ -75,7 +75,12 @@ class TimeTableDayWidget extends StatelessWidget {
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: ttBody,
|
||||
children: [
|
||||
...ttBody,
|
||||
SizedBox(
|
||||
height: 24,
|
||||
)
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user