summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-03-10 13:27:34 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-03-11 19:26:58 +0500
commite4fed928d9365ba3e096a02e590cd741de4d2cb2 (patch)
tree0e1d60c32c6c46b7b290d8fab6a8ab9fd779a980 /web/react/utils/constants.jsx
parent7d7260273770a2e40fb01f1162228d598a28b7ce (diff)
downloadchat-e4fed928d9365ba3e096a02e590cd741de4d2cb2.tar.gz
chat-e4fed928d9365ba3e096a02e590cd741de4d2cb2.tar.bz2
chat-e4fed928d9365ba3e096a02e590cd741de4d2cb2.zip
Adding or separator between ldap, username, email, github
Updating code theme name Updating conditions for login page updated the 2.0 Dockerfile to include the proper location of mm gzip Fixing search loading icon on mobile Adding or separator between ldap, username, email and github
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 4b1f73b79..3147bbd6a 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -267,7 +267,7 @@ export default {
buttonColor: '#FFFFFF',
mentionHighlightBg: '#984063',
mentionHighlightLink: '#A4FFEB',
- codeTheme: 'solarized_dark'
+ codeTheme: 'solarized-dark'
},
windows10: {
type: 'Windows Dark',
@@ -386,11 +386,11 @@ export default {
uiName: 'Code Theme',
themes: [
{
- id: 'solarized_dark',
+ id: 'solarized-dark',
uiName: 'Solarized Dark'
},
{
- id: 'solarized_light',
+ id: 'solarized-light',
uiName: 'Solarized Light'
},
{