dashboard change

merge-requests/408/head
Sultan Khan 4 years ago
parent f09692de31
commit cd10076b03

@ -1220,7 +1220,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
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<DashboardScreen> {
child: Align(
child: AppText(
value.kPIParameter + ' (' + value.value.toString() + ') ',
fontSize: 11,
fontSize: 10,
textAlign: TextAlign.center,
fontWeight: FontWeight.bold,
)),

Loading…
Cancel
Save