TF-2973 Adjust remove button in email rule for each action or condition

This commit is contained in:
dab246
2024-07-17 15:23:30 +07:00
committed by Dat H. Pham
parent 6a2a9a9f5f
commit 9f6608d017
5 changed files with 14 additions and 16 deletions
@@ -212,6 +212,7 @@ class ImagePaths {
String get icPrinter => _getImagePath('ic_printer.svg');
String get icAlwaysReadReceipt => _getImagePath('ic_always_read_receipt.svg');
String get icNotification => _getImagePath('ic_notification.svg');
String get icRemoveRule => _getImagePath('ic_remove_rule.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;