fix: Adjust spacing and add today's planned tasks display in daily task planning
This commit is contained in:
parent
e8d4931016
commit
87520d7664
@ -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(
|
||||
children: [
|
||||
Container(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user