TF-1118 Apply new latest design forwarding

This commit is contained in:
dab246
2022-11-08 15:45:49 +07:00
committed by Dat H. Pham
parent 2402371ca3
commit eaa47b9cd7
31 changed files with 897 additions and 714 deletions
@@ -170,6 +170,8 @@ class ImagePaths {
String get icOlder => _getImagePath('ic_older.svg');
String get icNewer => _getImagePath('ic_newer.svg');
String get icCancelSelection => _getImagePath('ic_cancel_selection.svg');
String get icSelectedRecipient => _getImagePath('ic_selected_recipient.svg');
String get icDeleteRecipient => _getImagePath('ic_delete_recipient.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;