[mob][photos] UI update

This commit is contained in:
Aman Raj Singh Mourya
2024-07-03 16:20:24 +05:30
parent f570773f23
commit 6e6da8152d
2 changed files with 2 additions and 4 deletions

View File

@@ -159,6 +159,7 @@ class _LockScreenConfirmPinState extends State<LockScreenConfirmPin> {
const Padding(padding: EdgeInsets.all(12)),
Pinput(
length: 4,
showCursor: false,
useNativeKeyboard: false,
controller: _confirmPinController,
defaultPinTheme: _pinPutDecoration,
@@ -187,8 +188,6 @@ class _LockScreenConfirmPinState extends State<LockScreenConfirmPin> {
color: colorTheme.warning400,
),
),
textStyle:
textTheme.h3Bold.copyWith(color: colorTheme.warning400),
),
errorText: '',
obscureText: true,

View File

@@ -225,6 +225,7 @@ class _LockScreenPinState extends State<LockScreenPin> {
const Padding(padding: EdgeInsets.all(12)),
Pinput(
length: 4,
showCursor: false,
useNativeKeyboard: false,
controller: _pinController,
defaultPinTheme: _pinPutDecoration,
@@ -253,8 +254,6 @@ class _LockScreenPinState extends State<LockScreenPin> {
color: colorTheme.warning400,
),
),
textStyle:
textTheme.h3Bold.copyWith(color: colorTheme.warning400),
),
forceErrorState: isPinValid,
obscureText: true,