TF-2101 Add email_recovery text and icon

(cherry picked from commit 703bcd0f5523aacd674a5c1121ae34fbd57e04c4)
This commit is contained in:
hieubt
2023-12-20 23:16:32 +07:00
committed by Dat H. Pham
parent 1e1022377b
commit 685356f710
4 changed files with 162 additions and 1 deletions
@@ -207,6 +207,7 @@ class ImagePaths {
String get icArrowUpOutline => _getImagePath('ic_arrow_up_outline.svg');
String get icFilterSB => _getImagePath('ic_filter_sb.svg');
String get icUnsubscribe => _getImagePath('ic_unsubscribe.svg');
String get icRecoverDeletedMessages => _getImagePath('ic_recover_deleted_messages.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;