TF-1118 Apply new design for Forwarding on web

This commit is contained in:
dab246
2022-11-04 00:33:59 +07:00
committed by Dat H. Pham
parent bd78732fe9
commit b153de5c90
22 changed files with 936 additions and 414 deletions
@@ -169,6 +169,7 @@ class ImagePaths {
String get icCreateNewFolder => _getImagePath('ic_create_new_folder.svg');
String get icOlder => _getImagePath('ic_older.svg');
String get icNewer => _getImagePath('ic_newer.svg');
String get icCancelSelection => _getImagePath('ic_cancel_selection.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;