исправление отображения ощибок на экране ввода кода из смс

This commit is contained in:
klockky
2026-04-03 19:53:06 +03:00
parent bb9a4732b7
commit b5a415292f
7 changed files with 182 additions and 15 deletions
@@ -306,8 +306,9 @@ class _CodeConfirmationScreenState extends State<CodeConfirmationScreen>
_errorMessage!,
style: TextStyle(
color: cs.error,
fontSize: 13,
fontWeight: FontWeight.w400,
fontSize: 14,
fontWeight: FontWeight.w500,
height: 1.35,
),
),
),