update remove animation

This commit is contained in:
efrilm
2026-05-12 14:48:53 +07:00
parent 411d1274bd
commit 86d581f5ea
12 changed files with 439 additions and 477 deletions
@@ -49,7 +49,7 @@ class HomeFeature extends StatelessWidget {
onTap: () => context.router.push(PurchaseRoute()),
),
HomeFeatureTile(
title: context.lang.finance,
title: context.lang.profit_loss,
color: const Color(0xFF8BC34A),
icon: LineIcons.moneyCheck,
onTap: () => context.router.push(FinanceRoute()),