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,