summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-12 14:28:46 -0500
committerChristopher Speller <crspeller@gmail.com>2016-03-12 14:28:46 -0500
commit72ed22d7421f50bc686e5adaea2f4a416fcbad27 (patch)
tree32359b9c26b1e827e734536208f7d9f4547f2415 /web/react/utils/constants.jsx
parentf06db338a37896bb989e05a04b28f65abc1cd6aa (diff)
parente4fed928d9365ba3e096a02e590cd741de4d2cb2 (diff)
downloadchat-72ed22d7421f50bc686e5adaea2f4a416fcbad27.tar.gz
chat-72ed22d7421f50bc686e5adaea2f4a416fcbad27.tar.bz2
chat-72ed22d7421f50bc686e5adaea2f4a416fcbad27.zip
Merge pull request #2412 from asaadmahmoodspin/ui-improvements
Adding separators between ldap, username, email, 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'
},
{