diff --git a/lib/ui/widgets/fourth_screen/transaction_page.dart b/lib/ui/widgets/fourth_screen/transaction_page.dart
index 06da55bd68d274b31e70fa760a89bb76ff4caa36..8f0c9499d2d6f970077f3b0488fcbd2461c3adb3 100644
--- a/lib/ui/widgets/fourth_screen/transaction_page.dart
+++ b/lib/ui/widgets/fourth_screen/transaction_page.dart
@@ -281,6 +281,7 @@ class _TransactionsAndBalanceWidgetState
       double currentUd,
       bool isCurrencyBefore) {
     return RefreshIndicator(
+      displacement: 120.0,
       color: Colors.white,
       backgroundColor: Theme.of(context).colorScheme.primary,
       strokeWidth: 4.0,