diff --git a/lib/view/dashboard/dashboard_screen.dart b/lib/view/dashboard/dashboard_screen.dart index 2b79e7d..f58a6e1 100644 --- a/lib/view/dashboard/dashboard_screen.dart +++ b/lib/view/dashboard/dashboard_screen.dart @@ -47,7 +47,6 @@ class _DashboardScreenState extends State with UIMixin { Widget _cardWrapper({required Widget child}) { return Container( margin: const EdgeInsets.only(bottom: 16), - padding: const EdgeInsets.all(14), decoration: BoxDecoration( color: Colors.white, borderRadius: BorderRadius.circular(5), @@ -461,8 +460,8 @@ class _DashboardScreenState extends State with UIMixin { crossAxisAlignment: CrossAxisAlignment.start, children: [ _projectSelector(), - MySpacing.height(20), - _quickActions(), + // MySpacing.height(20), + // _quickActions(), MySpacing.height(20), // The updated module cards _dashboardCards(),