increased size of OccupancyEndSideBar in medium sized screens.

This commit is contained in:
Faris Armoush
2025-06-25 13:25:46 +03:00
parent 3b4952db0a
commit 6d667af7dc

View File

@ -20,7 +20,7 @@ class AnalyticsOccupancyView extends StatelessWidget {
child: Column(
spacing: 32,
children: [
SizedBox(height: height * 0.46, child: const OccupancyEndSideBar()),
SizedBox(height: height * 0.8, child: const OccupancyEndSideBar()),
SizedBox(height: height * 0.5, child: const OccupancyChartBox()),
SizedBox(height: height * 0.5, child: const OccupancyHeatMapBox()),
],