feat(dashboard): refina experiencia dos widgets

This commit is contained in:
Felipe Coutinho
2026-05-31 15:18:43 -03:00
parent 402f0072af
commit 35abe1b0bf
39 changed files with 887 additions and 592 deletions

View File

@@ -27,7 +27,7 @@ export function NotesWidgetView({
}: NotesWidgetViewProps) {
return (
<>
<div className="flex flex-col gap-4 px-0">
<div className="flex flex-col px-0">
<NotesList
notes={notes}
onOpenEdit={onOpenEdit}