aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/components/WorkspaceSwitchingIndicator.js
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-10 11:22:25 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-10 11:22:25 +0200
commit9472deab9496aca3a9bdf20b93f2a84e3e4569b7 (patch)
tree4785fcbd438330eaa5463203bba249080e6c02e5 /src/features/workspaces/components/WorkspaceSwitchingIndicator.js
parentfix drawer add workspace label styles (diff)
downloadferdium-app-9472deab9496aca3a9bdf20b93f2a84e3e4569b7.tar.gz
ferdium-app-9472deab9496aca3a9bdf20b93f2a84e3e4569b7.tar.zst
ferdium-app-9472deab9496aca3a9bdf20b93f2a84e3e4569b7.zip
refactors workspace theme vars into object structure
Diffstat (limited to 'src/features/workspaces/components/WorkspaceSwitchingIndicator.js')
-rw-r--r--src/features/workspaces/components/WorkspaceSwitchingIndicator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/workspaces/components/WorkspaceSwitchingIndicator.js b/src/features/workspaces/components/WorkspaceSwitchingIndicator.js
index 8aba5bbd9..ded6b8f2a 100644
--- a/src/features/workspaces/components/WorkspaceSwitchingIndicator.js
+++ b/src/features/workspaces/components/WorkspaceSwitchingIndicator.js
@@ -25,7 +25,7 @@ const styles = theme => ({
25 marginTop: '20px', 25 marginTop: '20px',
26 }, 26 },
27 wrapperWhenDrawerIsOpen: { 27 wrapperWhenDrawerIsOpen: {
28 width: `calc(100% - ${theme.workspaceDrawerWidth}px)`, 28 width: `calc(100% - ${theme.workspaces.drawer.width}px)`,
29 }, 29 },
30 component: { 30 component: {
31 background: 'rgba(20, 20, 20, 0.4)', 31 background: 'rgba(20, 20, 20, 0.4)',