Skip to content

Commit 02791dd

Browse files
committed
remove comment
1 parent 2423324 commit 02791dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

LabelStoreMax/lib/resources/pages/account_shipping_details.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@ class _AccountShippingDetailsPageState
176176
),
177177
decoration: BoxDecoration(
178178
color: ThemeColor.get(context).surfaceBackground,
179-
// (Theme.of(context).brightness == Brightness.light)
180-
// ? NyColors.light.background
181-
// : NyColors.dark.primaryAccent,
182179
borderRadius: BorderRadius.circular(10),
183180
boxShadow:
184181
(Theme.of(context).brightness == Brightness.light) ? wsBoxShadow() : null,

0 commit comments

Comments
 (0)