aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/features/workspaces/components/WorkspaceDrawer.js13
-rw-r--r--src/i18n/locales/en-US.json4
2 files changed, 10 insertions, 7 deletions
diff --git a/src/features/workspaces/components/WorkspaceDrawer.js b/src/features/workspaces/components/WorkspaceDrawer.js
index bb77aa72d..ae67b9ea4 100644
--- a/src/features/workspaces/components/WorkspaceDrawer.js
+++ b/src/features/workspaces/components/WorkspaceDrawer.js
@@ -80,9 +80,12 @@ const styles = theme => ({
80 }, 80 },
81 addNewWorkspaceLabel: { 81 addNewWorkspaceLabel: {
82 height: 'auto', 82 height: 'auto',
83 color: theme.workspaceDrawerServicesColor, 83 color: theme.workspaces.drawer.addButton.color,
84 marginTop: 20, 84 marginTop: 40,
85 marginLeft: theme.workspaceDrawerPadding, 85 textAlign: 'center',
86 '& > svg': {
87 fill: theme.workspaces.drawer.addButton.color,
88 },
86 '& > span': { 89 '& > span': {
87 fontSize: '13px', 90 fontSize: '13px',
88 marginLeft: 10, 91 marginLeft: 10,
@@ -90,9 +93,9 @@ const styles = theme => ({
90 top: -3, 93 top: -3,
91 }, 94 },
92 '&:hover': { 95 '&:hover': {
93 color: theme.workspaceDrawerAddButtonHoverColor, 96 color: theme.workspaces.drawer.addButton.hoverColor,
94 '& > svg': { 97 '& > svg': {
95 fill: theme.workspaceDrawerAddButtonHoverColor, 98 fill: theme.workspaces.drawer.addButton.hoverColor,
96 }, 99 },
97 }, 100 },
98 }, 101 },
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index e55489418..db1d51f3b 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -306,7 +306,7 @@
306 "validation.url": "{field} is not a valid URL", 306 "validation.url": "{field} is not a valid URL",
307 "welcome.loginButton": "Login to your account", 307 "welcome.loginButton": "Login to your account",
308 "welcome.signupButton": "Create a free account", 308 "welcome.signupButton": "Create a free account",
309 "workspaceDrawer.addNewWorkspaceLabel": "add new workspace", 309 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
310 "workspaceDrawer.allServices": "All services", 310 "workspaceDrawer.allServices": "All services",
311 "workspaceDrawer.headline": "Workspaces", 311 "workspaceDrawer.headline": "Workspaces",
312 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 312 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
@@ -315,4 +315,4 @@
315 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 315 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
316 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 316 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
317 "workspaces.switchingIndicator.switchingTo": "Switching to" 317 "workspaces.switchingIndicator.switchingTo": "Switching to"
318} \ No newline at end of file 318}