Remove padding from card wrapper and comment out quick actions in dashboard for layout adjustments
This commit is contained in:
parent
6ed069d924
commit
d4d678d98a
@ -47,7 +47,6 @@ class _DashboardScreenState extends State<DashboardScreen> 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<DashboardScreen> with UIMixin {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
_projectSelector(),
|
||||
MySpacing.height(20),
|
||||
_quickActions(),
|
||||
// MySpacing.height(20),
|
||||
// _quickActions(),
|
||||
MySpacing.height(20),
|
||||
// The updated module cards
|
||||
_dashboardCards(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user