Fix general issues

This commit is contained in:
problematicconsumer
2023-09-06 21:03:43 +03:30
parent 42ea79c7e5
commit b03d8cba99
10 changed files with 40 additions and 42 deletions

View File

@@ -23,7 +23,7 @@ class EmptyProfilesHomeBody extends HookConsumerWidget {
onPressed: () => const AddProfileRoute().push(context),
icon: const Icon(Icons.add),
label: Text(t.profile.add.buttonText.titleCase),
)
),
],
),
);
@@ -47,7 +47,7 @@ class EmptyActiveProfileHomeBody extends HookConsumerWidget {
OutlinedButton(
onPressed: () => const ProfilesRoute().push(context),
child: Text(t.profile.overviewPageTitle.titleCase),
)
),
],
),
);