fixed school select (omfg nagyon szarul csinaltak)

This commit is contained in:
Kima
2023-09-04 17:10:09 +02:00
parent 5e650869f2
commit da3abb7fb7
3 changed files with 43 additions and 42 deletions

View File

@@ -278,7 +278,10 @@ class _LoginScreenState extends State<LoginScreen> {
][_loginState.index]
.i18n,
style: const TextStyle(
color: Colors.red, fontWeight: FontWeight.w500),
color: Colors.red,
fontWeight: FontWeight.w500,
),
textAlign: TextAlign.center,
),
),
const Spacer()