Fix login password input obscure icon
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit c053db65bd36197c122d75aa8a128ef31dcdadf6)
This commit is contained in:
@@ -123,7 +123,7 @@ class _LoginTextInputBuilderState extends State<LoginTextInputBuilder> {
|
|||||||
),
|
),
|
||||||
if (widget.passwordInput)
|
if (widget.passwordInput)
|
||||||
TMailButtonWidget.fromIcon(
|
TMailButtonWidget.fromIcon(
|
||||||
icon: widget.obscureText ? imagePaths.icEye : imagePaths.icEyeOff,
|
icon: _obscureText ? imagePaths.icEye : imagePaths.icEyeOff,
|
||||||
iconSize: 18,
|
iconSize: 18,
|
||||||
margin: const EdgeInsetsDirectional.only(end: 4),
|
margin: const EdgeInsetsDirectional.only(end: 4),
|
||||||
backgroundColor: Colors.transparent,
|
backgroundColor: Colors.transparent,
|
||||||
|
|||||||
Reference in New Issue
Block a user