diff --git a/lib/screens/statistics_page.dart b/lib/screens/statistics_page.dart index 6b1ce07..09e348b 100644 --- a/lib/screens/statistics_page.dart +++ b/lib/screens/statistics_page.dart @@ -138,7 +138,7 @@ class _StatisticCard extends StatelessWidget { child: new Row( children: [ new Text( - numberSymbol + value.toString(), + numberSymbol + value.toStringAsFixed(1), textScaleFactor: textSizeFactor, style: Theme .of(context)