Vaibhav_Feature-#768 #59

Closed
vaibhav.surve wants to merge 74 commits from Vaibhav_Feature-#768 into Feature_Expense
Showing only changes of commit f7352eb3c3 - Show all commits

View File

@ -387,7 +387,6 @@ class _ExpenseList extends StatelessWidget {
);
return GestureDetector(
behavior: HitTestBehavior.opaque,
onTap: () => Get.to(
() => const ExpenseDetailScreen(),
arguments: {'expense': expense},
@ -402,6 +401,7 @@ class _ExpenseList extends StatelessWidget {
children: [
Row(
children: [
MyText.bodyMedium(
expense.expensesType.name,
fontWeight: 700,