add sensor type icons, and help description icon

This commit is contained in:
ashrafzarkanisala
2024-08-27 19:54:52 +03:00
parent 76b3b6a432
commit 5daf7228af
10 changed files with 221 additions and 5 deletions

View File

@ -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,
);
}