decreased font size of level indicator

This commit is contained in:
ggurdin 2024-09-10 13:00:25 -04:00
parent c5ccf6dac2
commit 3a31e28838
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -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),
),
),
);