Changed the color of the device control container

This commit is contained in:
Abdullah Alassaf
2024-10-08 02:19:59 +03:00
parent 813f2f2693
commit c06f3d5a58

View File

@ -10,8 +10,7 @@ class DeviceControlsContainer extends StatelessWidget {
return Container( return Container(
decoration: BoxDecoration( decoration: BoxDecoration(
borderRadius: BorderRadius.circular(20), borderRadius: BorderRadius.circular(20),
color: ColorsManager.greyColor.withOpacity(0.2), color: ColorsManager.grayColor.withOpacity(0.2),
// border: Border.all(color: ColorsManager.boxDivider),
// boxShadow: <BoxShadow>[ // boxShadow: <BoxShadow>[
// BoxShadow( // BoxShadow(
// color: ColorsManager.blackColor.withOpacity(0.05), // color: ColorsManager.blackColor.withOpacity(0.05),