Home page UI

This commit is contained in:
mohammad
2024-08-01 15:40:07 +03:00
parent a3805d62ec
commit f6517575d2
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ class HomeCard extends StatelessWidget {
return InkWell(
onTap: active ? onTap : null,
child: Container(
padding: const EdgeInsets.only(left: 10, bottom: 10),
padding: const EdgeInsets.only(left: 10, bottom: 10,right: 10,),
decoration: BoxDecoration(
color: evenNumbers&&active?
ColorsManager.blueColor.withOpacity(0.8) :

View File

@ -58,7 +58,7 @@ class HomePage extends StatelessWidget {
img:ceilingSensorButtons[index]['icon'] ,
onTap: () {
},);
},);
},
),
),
@ -78,7 +78,7 @@ class HomePage extends StatelessWidget {
'active': true,
},
{
'title': 'Space Management',
'title': 'Space\nManagement',
'icon': Assets.spaseManagementIcon,
'color': ColorsManager.primaryColor,
'active': true,