diff options
-rw-r--r-- | web/react/utils/constants.jsx | 2 |
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', |