From 76978fbcfc61720eb66953a8b33c6cc5262f9110 Mon Sep 17 00:00:00 2001 From: marcoitaloesp-ai Date: Tue, 16 Dec 2025 17:08:45 +0000 Subject: [PATCH] v1.43.14 - FIX: Tamanho de fonte dos badges de categoria em Recorrentes e Futuras --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- frontend/src/pages/Reports.jsx | 6 +++--- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db8a51..3a9a1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ O formato segue [Keep a Changelog](https://keepachangelog.com/pt-BR/). Este projeto adota [Versionamento Semântico](https://semver.org/pt-BR/). +## [1.43.14] - 2025-12-16 + +### Fixed +- **Relatórios - Badges de Categoria (Recorrentes e Futuras)** + - Adicionado `fontSize: '0.75rem'` aos badges de categoria + - Aplicado em: + * Transações Recorrentes + * Transações Futuras + - Agora todos os badges de categoria têm tamanho consistente + ## [1.43.13] - 2025-12-16 ### Changed diff --git a/VERSION b/VERSION index 42feb01..93a2fd8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.43.13 +1.43.14 diff --git a/frontend/src/pages/Reports.jsx b/frontend/src/pages/Reports.jsx index d760a14..74d9dcb 100644 --- a/frontend/src/pages/Reports.jsx +++ b/frontend/src/pages/Reports.jsx @@ -1812,7 +1812,7 @@ const Reports = () => { {t.description} {t.category && ( - + {t.category} @@ -2015,12 +2015,12 @@ const Reports = () => { {tx.description} {tx.category ? ( - + {tx.category} ) : ( - - + - )} {tx.account}