From 086fb6bbe9edc95fee9be893337adba9049f52f8 Mon Sep 17 00:00:00 2001 From: Rhythmdoshi31 Date: Thu, 16 Oct 2025 21:45:45 +0530 Subject: [PATCH] Fix: align add transaction button and icon size --- frontend/src/pages/DashboardPage.jsx | 2 +- frontend/src/pages/TransactionsPage.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/DashboardPage.jsx b/frontend/src/pages/DashboardPage.jsx index 87da8dc..0d86677 100644 --- a/frontend/src/pages/DashboardPage.jsx +++ b/frontend/src/pages/DashboardPage.jsx @@ -116,7 +116,7 @@ const DashboardPage = () => { onClick={handleOpenModal} className="px-4 py-2 font-semibold bg-blue-600 text-white rounded-lg shadow-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-opacity-75" > - + Add Transaction + + Add Transaction diff --git a/frontend/src/pages/TransactionsPage.jsx b/frontend/src/pages/TransactionsPage.jsx index 18692d5..cc7f900 100644 --- a/frontend/src/pages/TransactionsPage.jsx +++ b/frontend/src/pages/TransactionsPage.jsx @@ -249,7 +249,7 @@ const TransactionsPage = () => { Manage Categories