pici szerkesztés

This commit is contained in:
2025-10-14 21:00:34 +02:00
committed by 4831c0
parent 61c795e362
commit 50eb96377e

View File

@@ -290,7 +290,12 @@ class _HomeGradesSubjectScreen extends FirkaState<HomeGradesSubjectScreen> {
style: appStyle.fonts.H_H2
.apply(color: appStyle.colors.textPrimary),
),
SizedBox(height: 15)
SizedBox(height: 2),
Text(
widget.data.l10n.unknown_teacher,
style: appStyle.fonts.B_16R
.apply(color: appStyle.colors.textSecondary),
),
]),
SizedBox(
height: MediaQuery.of(context).size.height - MediaQuery.of(context).padding.top - 320,