diff --git a/apps/web/lib/features/task/daily-plan/future-tasks.tsx b/apps/web/lib/features/task/daily-plan/future-tasks.tsx
index ec453f87f..7b94fa804 100644
--- a/apps/web/lib/features/task/daily-plan/future-tasks.tsx
+++ b/apps/web/lib/features/task/daily-plan/future-tasks.tsx
@@ -55,7 +55,7 @@ export function FutureTasks({ profile }: { profile: any }) {
-
+
{(provided) => (
@@ -79,7 +79,7 @@ export function FutureTasks({ profile }: { profile: any }) {
{...provided.dragHandleProps}
style={{
...provided.draggableProps.style,
- marginBottom: 8
+ marginBottom: 4
}}
>
)}
diff --git a/apps/web/lib/features/task/daily-plan/outstanding-all.tsx b/apps/web/lib/features/task/daily-plan/outstanding-all.tsx
index 80e56fd96..d6722ad5f 100644
--- a/apps/web/lib/features/task/daily-plan/outstanding-all.tsx
+++ b/apps/web/lib/features/task/daily-plan/outstanding-all.tsx
@@ -63,7 +63,7 @@ export function OutstandingAll({ profile }: OutstandingAll) {
{...provided.dragHandleProps}
style={{
...provided.draggableProps.style,
- marginBottom: 8
+ marginBottom: 4
}}
>
)}
diff --git a/apps/web/lib/features/task/daily-plan/past-tasks.tsx b/apps/web/lib/features/task/daily-plan/past-tasks.tsx
index 6fc9a3983..988266346 100644
--- a/apps/web/lib/features/task/daily-plan/past-tasks.tsx
+++ b/apps/web/lib/features/task/daily-plan/past-tasks.tsx
@@ -47,7 +47,7 @@ export function PastTasks({ profile, currentTab = 'Past Tasks' }: { profile: any
-
+
{/* Plan header */}
)}
diff --git a/apps/web/lib/features/user-profile-plans.tsx b/apps/web/lib/features/user-profile-plans.tsx
index fc24328ad..8ae82da4b 100644
--- a/apps/web/lib/features/user-profile-plans.tsx
+++ b/apps/web/lib/features/user-profile-plans.tsx
@@ -263,7 +263,7 @@ function AllPlans({ profile, currentTab = 'All Tasks' }: { profile: any; current
: undefined
}
plan={plan}
- className='shadow-md'
+ className='shadow-[0px_0px_15px_0px_#e2e8f0]'
/>
)}