From 7b99ac0a91720a161a651f92edf3a572f46f2fde Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 3 Jun 2016 16:58:23 +0500 Subject: PLT-3177 - Fixing ordering for custom themes (#3226) Fix for bot tag and webhook attachments Adding theme styling for webhooks Removing embed styling Improving margins on compcat view for line breaks --- webapp/utils/constants.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'webapp/utils/constants.jsx') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index 55090fc82..4e293c50e 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -466,16 +466,16 @@ export default { id: 'mentionHighlightBg', uiName: 'Mention Highlight BG' }, - { - group: 'centerChannelElements', - id: 'mentionHighlightLink', - uiName: 'Mention Highlight Link' - }, { group: 'linkAndButtonElements', id: 'linkColor', uiName: 'Link Color' }, + { + group: 'centerChannelElements', + id: 'mentionHighlightLink', + uiName: 'Mention Highlight Link' + }, { group: 'linkAndButtonElements', id: 'buttonBg', -- cgit v1.2.3-1-g7c22