From 02791dd634fe88dd2e27cf87706b426400fb5050 Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 10 Dec 2021 08:56:07 +0000 Subject: [PATCH] remove comment --- .../lib/resources/pages/account_shipping_details.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/LabelStoreMax/lib/resources/pages/account_shipping_details.dart b/LabelStoreMax/lib/resources/pages/account_shipping_details.dart index 1cbf6dd..8b09eef 100644 --- a/LabelStoreMax/lib/resources/pages/account_shipping_details.dart +++ b/LabelStoreMax/lib/resources/pages/account_shipping_details.dart @@ -176,9 +176,6 @@ class _AccountShippingDetailsPageState ), decoration: BoxDecoration( color: ThemeColor.get(context).surfaceBackground, - // (Theme.of(context).brightness == Brightness.light) - // ? NyColors.light.background - // : NyColors.dark.primaryAccent, borderRadius: BorderRadius.circular(10), boxShadow: (Theme.of(context).brightness == Brightness.light) ? wsBoxShadow() : null,