diff --git a/lib/pages/stats_page.dart b/lib/pages/stats_page.dart index f9f9431..9fee878 100644 --- a/lib/pages/stats_page.dart +++ b/lib/pages/stats_page.dart @@ -63,11 +63,11 @@ class StatsPageState extends State { ), ), Padding( - padding: EdgeInsets.symmetric(horizontal: 7) + padding: EdgeInsets.symmetric(horizontal: 4) ), Text( - "User type: " + userType, + userType, style: TextStyle( fontSize: 20, color: Colors.white70,