fix: space under lesson slider

This commit is contained in:
checkedear
2026-06-11 13:29:55 +02:00
parent e211d64ffb
commit 76f345cd6b

View File

@@ -259,6 +259,7 @@ class _HomeMainScreen extends FirkaState<HomeMainScreen> {
WelcomeWidget(widget.data.l10n, now, student!, lessons!),
SizedBox(height: 48),
LessonSlider(lessonTestMap, testsTomorrow),
SizedBox(height: 24),
...noticeBoardWidgets
.groupList((e) => e.$2)
.entries