From bc28c30b587606f363b3a33e4e3e15a6480b647a Mon Sep 17 00:00:00 2001 From: Felipe Coutinho Date: Sat, 17 Jan 2026 16:56:13 +0000 Subject: [PATCH] =?UTF-8?q?style:=20ajustes=20visuais=20em=20notifica?= =?UTF-8?q?=C3=A7=C3=A3o,=20timeline=20e=20layout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Alterar ícone de notificação para outline (RiNotification3Line) - Mudar cor da timeline de parcelas de azul para verde - Reduzir padding do month picker (p-5 → p-4) - Remover md:py-6 do layout dashboard Co-Authored-By: Claude Opus 4.5 --- app/(dashboard)/layout.tsx | 2 +- components/lancamentos/shared/installment-timeline.tsx | 6 +++--- components/month-picker/month-navigation.tsx | 2 +- components/notificacoes/notification-bell.tsx | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/(dashboard)/layout.tsx b/app/(dashboard)/layout.tsx index fa07943..b5c9189 100644 --- a/app/(dashboard)/layout.tsx +++ b/app/(dashboard)/layout.tsx @@ -58,7 +58,7 @@ export default async function DashboardLayout({
-
+
{children}
diff --git a/components/lancamentos/shared/installment-timeline.tsx b/components/lancamentos/shared/installment-timeline.tsx index c144c42..333c518 100644 --- a/components/lancamentos/shared/installment-timeline.tsx +++ b/components/lancamentos/shared/installment-timeline.tsx @@ -22,7 +22,7 @@ export function InstallmentTimeline({ const lastInstallmentDate = calculateLastInstallmentDate( period, currentInstallment, - totalInstallments + totalInstallments, ); return ( @@ -30,7 +30,7 @@ export function InstallmentTimeline({ {/* Linha de conexão */}
-
+
diff --git a/components/month-picker/month-navigation.tsx b/components/month-picker/month-navigation.tsx index e79cb7e..8f7d854 100644 --- a/components/month-picker/month-navigation.tsx +++ b/components/month-picker/month-navigation.tsx @@ -79,7 +79,7 @@ export default function MonthNavigation() { }; return ( - +
-