remove comment
This commit is contained in:
parent
242332456d
commit
02791dd634
@ -176,9 +176,6 @@ class _AccountShippingDetailsPageState
|
|||||||
),
|
),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: ThemeColor.get(context).surfaceBackground,
|
color: ThemeColor.get(context).surfaceBackground,
|
||||||
// (Theme.of(context).brightness == Brightness.light)
|
|
||||||
// ? NyColors.light.background
|
|
||||||
// : NyColors.dark.primaryAccent,
|
|
||||||
borderRadius: BorderRadius.circular(10),
|
borderRadius: BorderRadius.circular(10),
|
||||||
boxShadow:
|
boxShadow:
|
||||||
(Theme.of(context).brightness == Brightness.light) ? wsBoxShadow() : null,
|
(Theme.of(context).brightness == Brightness.light) ? wsBoxShadow() : null,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user