decreased font size of level indicator
This commit is contained in:
parent
c5ccf6dac2
commit
3a31e28838
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ class LearningProgressIndicatorsState
|
|||
child: Center(
|
||||
child: Text(
|
||||
"$level",
|
||||
style: const TextStyle(color: Colors.white),
|
||||
style: const TextStyle(color: Colors.white, fontSize: 16),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue