mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
Changed the color of the device control container
This commit is contained in:
@ -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),
|
||||||
|
Reference in New Issue
Block a user