mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-08-25 18:29:39 +00:00
fix over flow
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user