diff --git a/lib/ui/proposals/history/components/proposals_history_view.dart b/lib/ui/proposals/history/components/proposals_history_view.dart index c58a4038..a4e5f7dc 100644 --- a/lib/ui/proposals/history/components/proposals_history_view.dart +++ b/lib/ui/proposals/history/components/proposals_history_view.dart @@ -14,6 +14,7 @@ class ProposalsHistoryView extends StatelessWidget { return Scaffold( backgroundColor: context.isDarkMode ? HyphaColors.darkBlack : HyphaColors.offWhite, appBar: AppBar( + scrolledUnderElevation: 0, title: const Text('Proposals History'), ), body: RefreshIndicator(