diff --git a/extension.json b/extension.json index bd155fab0..b585418b4 100644 --- a/extension.json +++ b/extension.json @@ -636,7 +636,7 @@ "path": "Echo/modules/icons/mention-failure.svg" }, "mention-success": { - "path": "Echo/modules/icons/mention-success.svg" + "path": "Echo/modules/icons/mention-success-constructive.svg" }, "mention-status-bundle": { "path": "Echo/modules/icons/mention-status-bundle-progressive.svg" @@ -651,7 +651,7 @@ "path": "Echo/modules/icons/user-rights-progressive.svg" }, "emailuser": { - "path": "Echo/modules/icons/message-success.svg" + "path": "Echo/modules/icons/message-constructive.svg" }, "help": { "path": "Echo/modules/icons/help.svg" diff --git a/modules/icons/mention-success.svg b/modules/icons/mention-success-constructive.svg similarity index 95% rename from modules/icons/mention-success.svg rename to modules/icons/mention-success-constructive.svg index 4e1a72a54..afda70511 100644 --- a/modules/icons/mention-success.svg +++ b/modules/icons/mention-success-constructive.svg @@ -1,7 +1,7 @@ - mention + mention success diff --git a/modules/icons/message-success.svg b/modules/icons/message-constructive.svg similarity index 100% rename from modules/icons/message-success.svg rename to modules/icons/message-constructive.svg