diff --git a/internal_packages/settings/lib/main.cjsx b/internal_packages/settings/lib/main.cjsx index f993ce8f2..b6937cf5b 100644 --- a/internal_packages/settings/lib/main.cjsx +++ b/internal_packages/settings/lib/main.cjsx @@ -7,7 +7,7 @@ SettingsTabsView = require "./settings-tabs-view" module.exports = activate: (@state={}) -> - WorkspaceStore.defineSheet 'Settings', {root: true, supportedModes: ['list'], name: 'Settings'}, + WorkspaceStore.defineSheet 'Settings', {root: true, supportedModes: ['list'], name: 'Plugins'}, list: ['RootSidebar', 'SettingsSidebar', 'Settings'] ComponentRegistry.register SettingsTabsView, diff --git a/package.json b/package.json index c32fe5889..c2ab8506d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nylas", "productName": "Nylas", - "version": "0.2.4", + "version": "0.2.5", "description": "An email OS", "main": "./src/browser/main.js", "repository": { diff --git a/static/workspace.less b/static/workspace.less index bc34171fb..03487e75a 100644 --- a/static/workspace.less +++ b/static/workspace.less @@ -121,7 +121,7 @@ body.is-blurred { } } .sheet-toolbar-container { - background-image: -webkit-linear-gradient(top, lighten(@toolbar-background-color, 12%), lighten(@toolbar-background-color, 12%)); + background-image: -webkit-linear-gradient(top, lighten(@toolbar-background-color, 9.6%), lighten(@toolbar-background-color, 9.6%)); .btn.btn-toolbar img { opacity:0.5; }