summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-03-10 22:55:16 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-03-10 22:55:16 +0500
commit461e8532a7b82b31964c47b2e69e8350b9c77474 (patch)
tree8ea24f39909f8f268e1a813031f58643ad6ccd50 /web/react/utils/constants.jsx
parent12434f8963b7e93836e2fa44ae1ce8806cea63cb (diff)
downloadchat-461e8532a7b82b31964c47b2e69e8350b9c77474.tar.gz
chat-461e8532a7b82b31964c47b2e69e8350b9c77474.tar.bz2
chat-461e8532a7b82b31964c47b2e69e8350b9c77474.zip
PLT-2138 - Fixing theme sharing box
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx30
1 files changed, 15 insertions, 15 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index daea9f43e..4b1f73b79 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -371,21 +371,6 @@ export default {
uiName: 'New Message Separator'
},
{
- group: 'linkAndButtonElements',
- id: 'linkColor',
- uiName: 'Link Color'
- },
- {
- group: 'linkAndButtonElements',
- id: 'buttonBg',
- uiName: 'Button BG'
- },
- {
- group: 'linkAndButtonElements',
- id: 'buttonColor',
- uiName: 'Button Text'
- },
- {
group: 'centerChannelElements',
id: 'mentionHighlightBg',
uiName: 'Mention Highlight BG'
@@ -417,6 +402,21 @@ export default {
uiName: 'Monokai'
}
]
+ },
+ {
+ group: 'linkAndButtonElements',
+ id: 'linkColor',
+ uiName: 'Link Color'
+ },
+ {
+ group: 'linkAndButtonElements',
+ id: 'buttonBg',
+ uiName: 'Button BG'
+ },
+ {
+ group: 'linkAndButtonElements',
+ id: 'buttonColor',
+ uiName: 'Button Text'
}
],
DEFAULT_CODE_THEME: 'github',