TF-248 Change font, style for title and content item list email

This commit is contained in:
dab246
2022-02-08 16:07:08 +07:00
committed by Dat H. Pham
parent 22bbd585cf
commit 9c1b31c614
12 changed files with 150 additions and 152 deletions
@@ -42,6 +42,7 @@ class ImagePaths {
String get icMore => _getImagePath('ic_more.svg');
String get icPhotoLibrary => _getImagePath('ic_photo_library.svg');
String get icEmptyImageDefault => _getImagePath('empty_image_default.svg');
String get icUnread => _getImagePath('ic_unread.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;