TF-518 Apply new UI for login in mobile

This commit is contained in:
Dat PHAM HOANG
2022-05-04 20:15:40 +07:00
committed by Dat H. Pham
parent 0932cf0185
commit cc66d141d4
13 changed files with 465 additions and 99 deletions
@@ -104,6 +104,8 @@ class ImagePaths {
String get icDeleteDialogIdentity => _getImagePath('ic_delete_dialog_identity.svg');
String get icDeleteDialogFailed => _getImagePath('ic_delete_dialog_failed.svg');
String get icEdit => _getImagePath('ic_edit.svg');
String get icEye => _getImagePath('ic_eye.svg');
String get icEyeOff => _getImagePath('ic_eye_off.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;