This commit is contained in:
2026-03-20 11:16:58 +03:00
parent d8b0da1448
commit 76cd02c766
3 changed files with 63 additions and 48 deletions
+1 -2
View File
@@ -87,9 +87,8 @@ class _AddTransactionScreenState extends ConsumerState<AddTransactionScreen> {
lastDate: DateTime.now(),
builder: (context, child) => Theme(
data: Theme.of(context).copyWith(
colorScheme: const ColorScheme.dark(
colorScheme: Theme.of(context).colorScheme.copyWith(
primary: AppColors.accent,
surface: AppColors.surface,
),
),
child: child!,