aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-10 12:31:34 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-10 12:31:34 +0200
commit47ae4fc0b426353e202c683e237710a9714d3ac6 (patch)
tree0c54d952213c69cc350a8b9347ba7658879c17c9 /packages/theme
parentrefactors workspace theme vars into object structure (diff)
downloadferdium-app-47ae4fc0b426353e202c683e237710a9714d3ac6.tar.gz
ferdium-app-47ae4fc0b426353e202c683e237710a9714d3ac6.tar.zst
ferdium-app-47ae4fc0b426353e202c683e237710a9714d3ac6.zip
improve contrast of workspace switching indicator
Diffstat (limited to 'packages/theme')
-rw-r--r--packages/theme/src/themes/default/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/theme/src/themes/default/index.ts b/packages/theme/src/themes/default/index.ts
index 48111d22b..d0493b82f 100644
--- a/packages/theme/src/themes/default/index.ts
+++ b/packages/theme/src/themes/default/index.ts
@@ -196,6 +196,9 @@ export const workspaces = {
196 }, 196 },
197 }, 197 },
198 }, 198 },
199 switchingIndicator: {
200 spinnerColor: 'white',
201 },
199}; 202};
200 203
201// export const workspaceSettings = { 204// export const workspaceSettings = {