TF-816: get list email forward
This commit is contained in:
@@ -133,6 +133,8 @@ extension AppColor on Color {
|
||||
static const colorBackgroundSnackBar = Color(0xFF343438);
|
||||
static const colorBackgroundHeaderListRuleFilter = Color(0xFFFAF7F7);
|
||||
static const colorBorderListRuleFilter = Color(0xFFE7E8EC);
|
||||
static const colorBackgroundHeaderListForwards = Color(0xFFFAF7F7);
|
||||
static const colorBorderListForwardsFilter = Color(0xFFE7E8EC);
|
||||
static const colorBackgroundFieldConditionRulesFilter = Color(0xFFF2F3F5);
|
||||
static const colorDividerRuleFilter = Color(0xFFE7E8EC);
|
||||
|
||||
|
||||
@@ -152,6 +152,7 @@ class ImagePaths {
|
||||
String get icOpenEditRule => _getImagePath('ic_open_edit_rule.svg');
|
||||
String get icEditRuleMobile => _getImagePath('ic_edit_rule_mobile.svg');
|
||||
String get icDeleteRuleMobile => _getImagePath('ic_delete_rule_mobile.svg');
|
||||
String get icDeleteEmailForward => _getImagePath('ic_delete_email_forward.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user