From 50eb96377e2befffc8f6e2715172eb841593df4a Mon Sep 17 00:00:00 2001 From: balint1414 Date: Tue, 14 Oct 2025 21:00:34 +0200 Subject: [PATCH] =?UTF-8?q?pici=20szerkeszt=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- firka/lib/ui/phone/pages/home/home_grades_subject.dart | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/firka/lib/ui/phone/pages/home/home_grades_subject.dart b/firka/lib/ui/phone/pages/home/home_grades_subject.dart index 674f44b..c8b794c 100644 --- a/firka/lib/ui/phone/pages/home/home_grades_subject.dart +++ b/firka/lib/ui/phone/pages/home/home_grades_subject.dart @@ -290,7 +290,12 @@ class _HomeGradesSubjectScreen extends FirkaState { 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,