summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-06-03 16:58:23 +0500
committerJoram Wilander <jwawilander@gmail.com>2016-06-03 07:58:23 -0400
commit7b99ac0a91720a161a651f92edf3a572f46f2fde (patch)
tree0232996bdb1785791a335b3e34f4f037e74a5bcd /webapp/utils/constants.jsx
parent0e677f35bbcd048facdc78d0e959fa2441975065 (diff)
downloadchat-7b99ac0a91720a161a651f92edf3a572f46f2fde.tar.gz
chat-7b99ac0a91720a161a651f92edf3a572f46f2fde.tar.bz2
chat-7b99ac0a91720a161a651f92edf3a572f46f2fde.zip
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
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx10
1 files changed, 5 insertions, 5 deletions
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
@@ -467,16 +467,16 @@ export default {
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',
uiName: 'Button BG'