update pin login
This commit is contained in:
@@ -63,7 +63,7 @@ class _StaffPinEditorState extends State<StaffPinEditor> {
|
||||
const SizedBox(height: 8),
|
||||
PinInputTextField(
|
||||
cursor: Cursor(
|
||||
color: primaryColor, enabled: true, width: 2, height: 30),
|
||||
color: primaryColor, enabled: true, width: 2, height: 23),
|
||||
pinLength: 6,
|
||||
decoration: BoxLooseDecoration(
|
||||
strokeColorBuilder:
|
||||
@@ -82,8 +82,8 @@ class _StaffPinEditorState extends State<StaffPinEditor> {
|
||||
const SizedBox(height: 8),
|
||||
PinInputTextField(
|
||||
pinLength: 6,
|
||||
cursor: Cursor(
|
||||
color: primaryColor, enabled: true, width: 2, height: 30),
|
||||
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