Shorten the title.

This commit is contained in:
Hyperling 2025-02-05 16:45:55 -07:00
parent 66fd966de8
commit 54cd86c34b

View File

@ -65,7 +65,7 @@ class _ExpenseInputDialogState extends State<ExpenseInputDialog> {
Widget build(BuildContext context) {
return AlertDialog(
title: Center(
child: Text("Add New Expense"),
child: Text("New Expense"),
),
content: Form(
key: _expenseFormKey,