aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/components/WorkspacesDashboard.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/workspaces/components/WorkspacesDashboard.js')
-rw-r--r--src/features/workspaces/components/WorkspacesDashboard.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/features/workspaces/components/WorkspacesDashboard.js b/src/features/workspaces/components/WorkspacesDashboard.js
index 18813e267..a8b3b376c 100644
--- a/src/features/workspaces/components/WorkspacesDashboard.js
+++ b/src/features/workspaces/components/WorkspacesDashboard.js
@@ -48,7 +48,7 @@ const messages = defineMessages({
48 }, 48 },
49}); 49});
50 50
51const styles = () => ({ 51const styles = (theme) => ({
52 createForm: { 52 createForm: {
53 height: 'auto', 53 height: 'auto',
54 }, 54 },
@@ -62,6 +62,7 @@ const styles = () => ({
62 marginBottom: '20px', 62 marginBottom: '20px',
63 height: 'auto', 63 height: 'auto',
64 color: 'white', 64 color: 'white',
65 borderRadius: theme.borderRadius,
65 }, 66 },
66}); 67});
67 68