fix over flow

This commit is contained in:
Rafeek-Khoudare
2025-07-15 09:54:02 +03:00
parent 228aee97e6
commit 04352c980d

View File

@ -103,8 +103,8 @@ class VerificationCodePage extends StatelessWidget {
selectedFillColor: Colors.white70, selectedFillColor: Colors.white70,
activeFillColor: Colors.white, activeFillColor: Colors.white,
errorBorderColor: Colors.white, errorBorderColor: Colors.white,
fieldHeight: 55.0, fieldHeight: 45.0,
fieldWidth: 55.0, fieldWidth: 45.0,
fieldOuterPadding: const EdgeInsets.only(right: 8), fieldOuterPadding: const EdgeInsets.only(right: 8),
borderRadius: BorderRadius.circular(17), borderRadius: BorderRadius.circular(17),
borderWidth: 1, borderWidth: 1,