From 1edf02cfd167a894efeafeec16778ee52704d576 Mon Sep 17 00:00:00 2001 From: Akash srivastava Date: Tue, 18 Oct 2022 00:18:24 +0530 Subject: [PATCH] fix: appbar now differentiable issue #2635 --- .../smooth_app/lib/pages/product/common/product_query_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/smooth_app/lib/pages/product/common/product_query_page.dart b/packages/smooth_app/lib/pages/product/common/product_query_page.dart index 8f9d12a22fc..13887236b3a 100644 --- a/packages/smooth_app/lib/pages/product/common/product_query_page.dart +++ b/packages/smooth_app/lib/pages/product/common/product_query_page.dart @@ -196,7 +196,7 @@ class _ProductQueryPageState extends State ), appBar: AppBar( backgroundColor: themeData.scaffoldBackgroundColor, - elevation: 0, + elevation: 2, automaticallyImplyLeading: false, leading: const SmoothBackButton(), title: _AppBarTitle(name: widget.name),