From 2009418887016be214794701cb40637eeee2ebf6 Mon Sep 17 00:00:00 2001 From: balint1414 Date: Mon, 15 Sep 2025 18:50:22 +0200 Subject: [PATCH] =?UTF-8?q?+=20jel=20kiv=C3=A9tele:=20Nincs=20haszn=C3=A1l?= =?UTF-8?q?va?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../phone/pages/home/home_timetable_mo.dart | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/firka/lib/ui/phone/pages/home/home_timetable_mo.dart b/firka/lib/ui/phone/pages/home/home_timetable_mo.dart index 190b9aa..4ca85b5 100644 --- a/firka/lib/ui/phone/pages/home/home_timetable_mo.dart +++ b/firka/lib/ui/phone/pages/home/home_timetable_mo.dart @@ -349,18 +349,19 @@ class _HomeTimetableMonthlyScreen widget.pageController(0); }, ), - Card( - color: appStyle.colors.buttonSecondaryFill, - child: Padding( - padding: const EdgeInsets.all(4), - child: FirkaIconWidget( - FirkaIconType.majesticons, - Majesticon.plusLine, - size: 32.0, - color: appStyle.colors.accent, - ), - ), - ), + // Nincs elkészítve jelenleg: Dolgozat stb hozzáadása(?) + // Card( + // color: appStyle.colors.buttonSecondaryFill, + // child: Padding( + // padding: const EdgeInsets.all(4), + // child: FirkaIconWidget( + // FirkaIconType.majesticons, + // Majesticon.plusLine, + // size: 32.0, + // color: appStyle.colors.accent, + // ), + // ), + // ), GestureDetector( child: Card( color: appStyle.colors.buttonSecondaryFill,