diff --git a/firka/lib/ui/phone/pages/home/home_timetable.dart b/firka/lib/ui/phone/pages/home/home_timetable.dart index b259b4a1..a020574d 100644 --- a/firka/lib/ui/phone/pages/home/home_timetable.dart +++ b/firka/lib/ui/phone/pages/home/home_timetable.dart @@ -207,9 +207,10 @@ class _HomeTimetableScreen extends State { ActiveHomePage(HomePages.timetableMo), false); }, ), + /* TODO: 1.1.0 Card( color: appStyle.colors.buttonSecondaryFill, - child: Padding( + child: Padding( TO padding: const EdgeInsets.all(4), child: FirkaIconWidget( FirkaIconType.majesticons, @@ -219,6 +220,7 @@ class _HomeTimetableScreen extends State { ), ), ), + */ GestureDetector( child: Card( color: appStyle.colors.buttonSecondaryFill,