From 1ff4d930720eccbd81cdde03dd3e24b8b5940b15 Mon Sep 17 00:00:00 2001 From: Zied Dahmani Date: Mon, 30 Sep 2024 12:55:55 +0100 Subject: [PATCH] fix: adjust app bar elevation --- lib/ui/proposals/history/components/proposals_history_view.dart | 1 + 1 file changed, 1 insertion(+) 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(