From 2c6e03a73d40d92716e90a21dcda692aaf0b8ab9 Mon Sep 17 00:00:00 2001 From: "73041526+yahyasamet@users.noreply.github.com" <73041526+yahyasamet@users.noreply.github.com> Date: Mon, 18 May 2026 21:52:51 +0100 Subject: [PATCH] fix: update button structure in transaction dialogs for consistency --- app/(app)/transactions/page.tsx | 4 +++- components/transactions/new.tsx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/(app)/transactions/page.tsx b/app/(app)/transactions/page.tsx index e46f5624..b06aacc1 100644 --- a/app/(app)/transactions/page.tsx +++ b/app/(app)/transactions/page.tsx @@ -50,7 +50,9 @@ export default async function TransactionsPage({ searchParams }: { searchParams: Export - Add Transaction + diff --git a/components/transactions/new.tsx b/components/transactions/new.tsx index 00364f6a..44cab63c 100644 --- a/components/transactions/new.tsx +++ b/components/transactions/new.tsx @@ -24,7 +24,7 @@ export async function NewTransactionDialog({ children }: { children: React.React return ( - + {children}