feat(dashboard): adicionar alerta de privacidade e ajustar estilos

- Adicionar alerta de privacidade na página de insights
- Ajustar classes de estilo para widgets de despesas e renda
- Atualizar .gitignore para incluir QWEN.md
- Modificar estilos de fundo e sombra no componente DashboardWelcome
This commit is contained in:
Felipe Coutinho
2025-12-09 17:23:45 +00:00
parent ed2b7070eb
commit 0c445ee4a5
6 changed files with 40 additions and 29 deletions

View File

@@ -127,9 +127,9 @@ export function ExpensesByCategoryWidget({
<span
className={`flex items-center gap-0.5 text-xs ${
hasIncrease
? "text-red-600"
? "text-red-600 dark:text-red-500"
: hasDecrease
? "text-green-600"
? "text-green-600 dark:text-green-500"
: "text-muted-foreground"
}`}
>