update ui
This commit is contained in:
@@ -112,6 +112,11 @@ class _SmsCodePageState extends State<SmsCodePage> {
|
||||
padding: EdgeInsets.only(top: 20, left: 20, right: 20),
|
||||
child: PinInputTextField(
|
||||
pinLength: 6,
|
||||
cursor: Cursor(
|
||||
color: primaryColor,
|
||||
enabled: true,
|
||||
width: 2,
|
||||
height: 23),
|
||||
decoration: BoxLooseDecoration(
|
||||
strokeColorBuilder: PinListenColorBuilder(
|
||||
primaryColor, Colors.grey.shade400)),
|
||||
|
||||
Reference in New Issue
Block a user