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:
@ -23,7 +23,7 @@ class HomeCard extends StatelessWidget {
|
|||||||
return InkWell(
|
return InkWell(
|
||||||
onTap: active ? onTap : null,
|
onTap: active ? onTap : null,
|
||||||
child: Container(
|
child: Container(
|
||||||
padding: const EdgeInsets.only(left: 10, bottom: 10),
|
padding: const EdgeInsets.only(left: 10, bottom: 10,right: 10,),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: evenNumbers&&active?
|
color: evenNumbers&&active?
|
||||||
ColorsManager.blueColor.withOpacity(0.8) :
|
ColorsManager.blueColor.withOpacity(0.8) :
|
||||||
|
@ -78,7 +78,7 @@ class HomePage extends StatelessWidget {
|
|||||||
'active': true,
|
'active': true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'title': 'Space Management',
|
'title': 'Space\nManagement',
|
||||||
'icon': Assets.spaseManagementIcon,
|
'icon': Assets.spaseManagementIcon,
|
||||||
'color': ColorsManager.primaryColor,
|
'color': ColorsManager.primaryColor,
|
||||||
'active': true,
|
'active': true,
|
||||||
|
Reference in New Issue
Block a user