diff --git a/lib/pages/space_management_v2/modules/space_details/presentation/widgets/space_details_devices_box.dart b/lib/pages/space_management_v2/modules/space_details/presentation/widgets/space_details_devices_box.dart index 0208ccba..6def57d9 100644 --- a/lib/pages/space_management_v2/modules/space_details/presentation/widgets/space_details_devices_box.dart +++ b/lib/pages/space_management_v2/modules/space_details/presentation/widgets/space_details_devices_box.dart @@ -22,7 +22,7 @@ class SpaceDetailsDevicesBox extends StatelessWidget { borderRadius: BorderRadius.circular(15), border: Border.all( color: ColorsManager.textFieldGreyColor, - width: 3.0, // Border width + width: 3.0, ), ), child: Wrap( @@ -44,7 +44,7 @@ class SpaceDetailsDevicesBox extends StatelessWidget { // ), // ), // label: Text( - // 'x${entry.value}', // Show count + // 'x${entry.value}', // style: Theme.of(context) // .textTheme // .bodySmall