fix: Missing space between page sections and create button

This commit is contained in:
Víctor Falcón 2026-03-01 19:31:28 +00:00
parent efd86bc8d7
commit 6c5961da05
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ export default function AccountsIndex({ accounts, accountMetrics }: Props) {
<Head title={__('Accounts')} />
<div className="space-y-8 p-6">
<div className="flex items-center justify-between">
<div className="flex items-center justify-between gap-2">
<HeadingSmall
title={__('Accounts')}
description={__('View and manage your bank accounts')}

View File

@ -27,7 +27,7 @@ export default function BudgetsIndex({ budgets, currencyCode }: Props) {
<Head title={__('Budgets')} />
<div className="space-y-8 p-6">
<div className="flex items-center justify-between">
<div className="flex items-center justify-between gap-2">
<HeadingSmall
title={__('Budgets')}
description={__(