From cd10076b03aac0e877ad82c1a5cb6b096dfbeab6 Mon Sep 17 00:00:00 2001 From: Sultan Khan Date: Sun, 4 Apr 2021 13:49:22 +0300 Subject: [PATCH] dashboard change --- lib/screens/dashboard_screen.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, )),