increased height of level badge (#1076)
This commit is contained in:
parent
34c6511387
commit
e3f1758f29
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ class LearningProgressIndicatorsState
|
|||
),
|
||||
const SizedBox(height: 6),
|
||||
SizedBox(
|
||||
height: 22,
|
||||
height: 26,
|
||||
child: Stack(
|
||||
alignment: Alignment.center,
|
||||
children: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue