This commit is contained in:
2026-03-20 16:05:33 +03:00
parent 7ff6f6b227
commit 020a830b78
2 changed files with 0 additions and 16 deletions
-7
View File
@@ -58,13 +58,6 @@ class _CategoriesScreenState extends ConsumerState<CategoriesScreen> {
onChanged: (t) => setState(() => _chartType = t),
),
const SizedBox(width: 8),
IconButton(
icon: const Icon(Icons.add_circle_rounded),
iconSize: 32,
color: AppColors.accent,
onPressed: () => context.push('/add'),
tooltip: 'Add Transaction',
),
],
),
body: SafeArea(
-9
View File
@@ -80,15 +80,6 @@ class _SettingsScreenState extends ConsumerState<SettingsScreen> {
),
],
),
actions: [
IconButton(
icon: const Icon(Icons.add_circle_rounded),
iconSize: 32,
color: AppColors.accent,
onPressed: () => context.push('/add'),
tooltip: 'Add Transaction',
),
],
),
body: SafeArea(
child: ListView(