[mob][photos] UI update
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user