Skip to content

Commit

Permalink
fix: set AppBar scrolledUnderElevation to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zied-Dahmani committed Aug 27, 2024
1 parent c8f9794 commit 0a59a4c
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 0a59a4c

Please sign in to comment.