diff --git a/lib/screens/dashboard_screen.dart b/lib/screens/dashboard_screen.dart index 3351f831..9e8aa8ab 100644 --- a/lib/screens/dashboard_screen.dart +++ b/lib/screens/dashboard_screen.dart @@ -1220,7 +1220,7 @@ class _DashboardScreenState extends State { Container( height: 150, margin: EdgeInsets.all(5), - width: ((SizeConfig.screenWidth * .55) / 5), + width: ((SizeConfig.screenWidth * .55) / 5.3), child: SizedBox(), decoration: BoxDecoration( borderRadius: BorderRadius.circular(10), color: Colors.red[50]), @@ -1246,7 +1246,7 @@ class _DashboardScreenState extends State { child: Align( child: AppText( value.kPIParameter + ' (' + value.value.toString() + ') ', - fontSize: 11, + fontSize: 10, textAlign: TextAlign.center, fontWeight: FontWeight.bold, )),