We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2423324 commit 02791ddCopy full SHA for 02791dd
LabelStoreMax/lib/resources/pages/account_shipping_details.dart
@@ -176,9 +176,6 @@ class _AccountShippingDetailsPageState
176
),
177
decoration: BoxDecoration(
178
color: ThemeColor.get(context).surfaceBackground,
179
- // (Theme.of(context).brightness == Brightness.light)
180
- // ? NyColors.light.background
181
- // : NyColors.dark.primaryAccent,
182
borderRadius: BorderRadius.circular(10),
183
boxShadow:
184
(Theme.of(context).brightness == Brightness.light) ? wsBoxShadow() : null,
0 commit comments