ui, save before experiment

This commit is contained in:
Felix 2019-08-19 15:32:54 +01:00
parent b4c93ff80d
commit e44687fb6b
1 changed files with 2 additions and 2 deletions

View File

@ -63,11 +63,11 @@ class StatsPageState extends State<StatsPage> {
),
),
Padding(
padding: EdgeInsets.symmetric(horizontal: 7)
padding: EdgeInsets.symmetric(horizontal: 4)
),
Text(
"User type: " + userType,
userType,
style: TextStyle(
fontSize: 20,
color: Colors.white70,