feat: button to hide welcome msg

This commit is contained in:
Vasily Zubarev
2025-03-16 22:24:02 +01:00
parent c563a41ed2
commit 7ff5baf837
5 changed files with 22 additions and 6 deletions

View File

@@ -118,7 +118,7 @@ export function ExportTransactionsDialog({
<div className="grid grid-cols-2 gap-2">
{fields.map((field) => (
<div key={field.code} className="inline-flex gap-2">
<label className="flex gap-1">
<label className="flex items-center gap-1">
<input
type="checkbox"
name={field.code}