Skip to content

Commit 3bcf2dc

Browse files
committed
Make menu more visible with light themes
1 parent 334b966 commit 3bcf2dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/reactComponents/ThemeModal.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,12 @@ export const antdThemeFromString = (theme: string): Antd.ThemeConfig => {
242242
triggerColor: '#000000',
243243
},
244244
Menu: {
245+
darkItemDisabledColor: '#cccccc',
245246
darkItemBg: '#ffffff',
246247
darkSubMenuItemBg: '#ffffff',
247-
darkItemColor: '#000000',
248+
darkItemColor: '#666666',
248249
darkItemSelectedColor: '#000000',
250+
darkItemHoverColor: '#000000',
249251
}
250252
}
251253
}

0 commit comments

Comments
 (0)