mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
Home page UI
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user