Skip to content

Commit f27d4fb

Browse files
committed
fix: styles
1 parent 0f03a8c commit f27d4fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/DeliveryLead/DeliveryLeadSubmissionWithList.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ export function DeliveryLeadSubmissionWithList({
2626
const [isListExpanded, setIsListExpanded] = useState(false)
2727

2828
return (
29-
<div className="min-h-screen bg-gray-50 dark:bg-zinc-900">
29+
<div className="min-h-screen ">
3030
<div className="container mx-auto p-4 max-w-6xl">
3131
{/* Header */}
3232
<div className="mb-8">
3333
<h1 className="text-3xl font-bold text-gray-900 dark:text-zinc-100 mb-2">
34-
Delivery Lead Management
34+
Delivery Report Management
3535
</h1>
3636
<p className="text-gray-600 dark:text-zinc-400">
37-
Submit new delivery lead reports and view your previous submissions
37+
Submit new delivery reports and view your previous submissions
3838
</p>
3939
</div>
4040

0 commit comments

Comments
 (0)