style: ajusta espacamento de telas do dashboard

This commit is contained in:
Felipe Coutinho
2026-05-05 17:17:19 +00:00
parent 9c0669a152
commit 6ea064e1bd
10 changed files with 27 additions and 27 deletions

View File

@@ -56,7 +56,7 @@ export default async function Page({ searchParams }: PageProps) {
const normalizedSourceApps = Array.isArray(sourceApps) ? sourceApps : [];
return (
<main className="flex flex-col items-start gap-6">
<main className="flex flex-col gap-6">
<InboxPage
activeStatus={activeStatus}
activeApp={activeApp}