Skip to content

Commit

Permalink
Merge pull request #295 from hypha-dao/bugfix/transaction_details_vie…
Browse files Browse the repository at this point in the history
…w_app_bar_elevation

fix: set AppBar scrolledUnderElevation to 0
  • Loading branch information
Zied-Dahmani authored Aug 31, 2024
2 parents 11e2e7a + 0a59a4c commit 422aa8f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class TransactionDetailView extends StatelessWidget {
child: Scaffold(
backgroundColor: HyphaColors.transparent,
appBar: AppBar(
scrolledUnderElevation: 0,
centerTitle: true,
title: Text('Transaction Details', style: context.hyphaTextTheme.smallTitles),
backgroundColor: HyphaColors.transparent,
Expand Down

0 comments on commit 422aa8f

Please sign in to comment.