update pin login

This commit is contained in:
tzw
2024-02-14 17:19:55 +06:30
parent ba45659d5e
commit 86aedb42af
4 changed files with 99 additions and 103 deletions

View File

@@ -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)),