This commit is contained in:
2026-03-21 00:31:24 +03:00
parent 08fa3294e8
commit 340cf0a282
2 changed files with 142 additions and 63 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ class _DashboardScreenState extends ConsumerState<DashboardScreen> {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
'My Finances',
'Casha',
style: Theme.of(context).textTheme.titleLarge?.copyWith(
fontWeight: FontWeight.w700,
color: Theme.of(context).colorScheme.onSurface,