mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-26 10:19:41 +00:00
add sensor type icons, and help description icon
This commit is contained in:
@ -13,7 +13,7 @@ class DeviceControlsContainer extends StatelessWidget {
|
||||
color: ColorsManager.greyColor.withOpacity(0.2),
|
||||
border: Border.all(color: ColorsManager.boxDivider),
|
||||
),
|
||||
padding: const EdgeInsets.all(16),
|
||||
padding: const EdgeInsets.all(12),
|
||||
child: child,
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user