TF-599 Apply new ui for button composer browser

This commit is contained in:
dab246
2022-05-31 10:39:39 +07:00
committed by Dat H. Pham
parent 47b02da7d3
commit 897fa1d8c9
4 changed files with 18 additions and 6 deletions
@@ -117,6 +117,7 @@ class ImagePaths {
String get icClockSB => _getImagePath('ic_clock_sb.svg');
String get icSelectedSB => _getImagePath('ic_selected_sb.svg');
String get icUserSB => _getImagePath('ic_user_sb.svg');
String get icComposeWeb => _getImagePath('ic_compose_web.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;