From 056d44b326b43b1e0f139efca5400bbcaa67f9fa Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 3 Mar 2020 22:38:15 +0000 Subject: [PATCH] tweaks --- LabelStoreMax/lib/pages/cart.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/LabelStoreMax/lib/pages/cart.dart b/LabelStoreMax/lib/pages/cart.dart index ba3cb14..e8eb8ec 100644 --- a/LabelStoreMax/lib/pages/cart.dart +++ b/LabelStoreMax/lib/pages/cart.dart @@ -146,6 +146,7 @@ class _CartPageState extends State { title: Text(trans(context, "Shopping Cart"), style: Theme.of(context).appBarTheme.textTheme.title), textTheme: Theme.of(context).textTheme, + elevation: 1, actions: [ InkWell( highlightColor: Colors.transparent,