summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-09-26 13:48:39 -0700
committerCorey Hulen <corey@hulen.com>2015-09-26 13:48:39 -0700
commitf17358b097bcd0bd55e6c2a697677b22c70c85fe (patch)
treed55122176919c44d181a5637108f54c529415ca4
parent16a0b63aca894f7c2b4c443612b55386c9a2227a (diff)
parent93255ab44bb784990e1304d89591a32561696206 (diff)
downloadchat-f17358b097bcd0bd55e6c2a697677b22c70c85fe.tar.gz
chat-f17358b097bcd0bd55e6c2a697677b22c70c85fe.tar.bz2
chat-f17358b097bcd0bd55e6c2a697677b22c70c85fe.zip
Merge pull request #821 from mattermost/it33-patch-3
Renaming "Windows 10 Dark" to "Windows Dark"
-rw-r--r--web/react/utils/constants.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 7497d8450..75e80bc7e 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -182,7 +182,7 @@ module.exports = {
buttonColor: '#FFFFFF'
},
windows10: {
- type: 'Windows 10 Dark',
+ type: 'Windows Dark',
sidebarBg: '#171717',
sidebarText: '#eee',
sidebarUnreadText: '#fff',