ui, save before experiment
This commit is contained in:
parent
b4c93ff80d
commit
e44687fb6b
1 changed files with 2 additions and 2 deletions
|
@ -63,11 +63,11 @@ class StatsPageState extends State<StatsPage> {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
padding: EdgeInsets.symmetric(horizontal: 7)
|
padding: EdgeInsets.symmetric(horizontal: 4)
|
||||||
),
|
),
|
||||||
|
|
||||||
Text(
|
Text(
|
||||||
"User type: " + userType,
|
userType,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 20,
|
fontSize: 20,
|
||||||
color: Colors.white70,
|
color: Colors.white70,
|
||||||
|
|
Reference in a new issue