fix: Adjust spacing and add today's planned tasks display in daily task planning

This commit is contained in:
Vaibhav Surve 2025-11-04 16:26:33 +05:30
parent e8d4931016
commit 87520d7664

View File

@ -477,7 +477,18 @@ class _DailyTaskPlanningScreenState extends State<DailyTaskPlanningScreen>
), ),
], ],
), ),
MySpacing.height(8),
MySpacing.height(6),
Row(
children: [
MyText.bodySmall(
"Today's Planned: ${item.todaysAssigned ?? 0}",
fontWeight: 600,
),
],
),
MySpacing.height(16),
Stack( Stack(
children: [ children: [
Container( Container(