Skip to content

Commit

Permalink
fix: adjust app bar elevation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zied-Dahmani committed Sep 30, 2024
1 parent 374198b commit 1ff4d93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1ff4d93

Please sign in to comment.