aboutsummaryrefslogtreecommitdiffstats
path: root/src/themes/dark/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/themes/dark/index.ts')
-rw-r--r--src/themes/dark/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/themes/dark/index.ts b/src/themes/dark/index.ts
index aa132c743..dcdeef683 100644
--- a/src/themes/dark/index.ts
+++ b/src/themes/dark/index.ts
@@ -139,15 +139,15 @@ export default (brandPrimary: string) => {
139 }, 139 },
140 listItem: { 140 listItem: {
141 border: color(drawerBg).lighten(0.2).hex(), 141 border: color(drawerBg).lighten(0.2).hex(),
142 hoverBackground: color(drawerBg).lighten(0.2).hex(), 142 hoverBackground: legacyStyles.darkThemeGrayDark,
143 activeBackground: defaultStyles.brandPrimary, 143 activeBackground: legacyStyles.darkThemeGrayDarker,
144 name: { 144 name: {
145 color: colorText, 145 color: colorText,
146 activeColor: 'white', 146 activeColor: 'white',
147 }, 147 },
148 services: { 148 services: {
149 color: color(colorText).darken(0.5).hex(), 149 color: color(colorText).darken(0.5).hex(),
150 active: brandPrimaryColor.lighten(0.5).hex(), 150 active: color(colorText).darken(0.5).hex(),
151 }, 151 },
152 }, 152 },
153 }, 153 },