aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/src/themes/default/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/theme/src/themes/default/index.ts')
-rw-r--r--packages/theme/src/themes/default/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/theme/src/themes/default/index.ts b/packages/theme/src/themes/default/index.ts
index f2632ee20..718ccf485 100644
--- a/packages/theme/src/themes/default/index.ts
+++ b/packages/theme/src/themes/default/index.ts
@@ -149,6 +149,7 @@ export const workspaceDrawerPadding = 20;
149export const workspaceDrawerBackground = color(colorBackground).lighten(0.1).hex(); 149export const workspaceDrawerBackground = color(colorBackground).lighten(0.1).hex();
150export const workspaceDrawerAddButtonColor = legacyStyles.themeGrayLight; 150export const workspaceDrawerAddButtonColor = legacyStyles.themeGrayLight;
151export const workspaceDrawerAddButtonHoverColor = color(legacyStyles.themeGrayLight).lighten(0.1).hex(); 151export const workspaceDrawerAddButtonHoverColor = color(legacyStyles.themeGrayLight).lighten(0.1).hex();
152export const workspaceDrawerItemHoverBackground = color(workspaceDrawerBackground).darken(0.01).hex();
152export const workspaceDrawerItemActiveBackground = legacyStyles.themeGrayLightest; 153export const workspaceDrawerItemActiveBackground = legacyStyles.themeGrayLightest;
153export const workspaceDrawerItemBorder = color(workspaceDrawerBackground).darken(0.05).hex(); 154export const workspaceDrawerItemBorder = color(workspaceDrawerBackground).darken(0.05).hex();
154export const workspaceDrawerItemNameColor = colorText; 155export const workspaceDrawerItemNameColor = colorText;