remove bg colour

This commit is contained in:
Om Lanke
2025-07-04 23:08:52 +05:30
parent 8acc3e6955
commit 6e83142320

View File

@@ -65,7 +65,7 @@ export default async function DashboardPage() {
const data = await getDashboardData(); const data = await getDashboardData();
return ( return (
<div className="space-y-16 px-4 md:px-16 py-8 bg-white min-h-screen"> <div className="space-y-16 px-4 md:px-16 py-8 min-h-screen">
<section className="flex justify-between items-center"> <section className="flex justify-between items-center">
<h1 className="text-3xl font-bold text-gray-800">Companies Dashboard</h1> <h1 className="text-3xl font-bold text-gray-800">Companies Dashboard</h1>
<Dialog> <Dialog>