Skip to content

Commit a5134b0

Browse files
authored
fix: compatible background color for buttons and menu items (#711)
1 parent 091b658 commit a5134b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/theme/helper.ts

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ function perfectColors(colors: IColors): IColors {
4848
['minimapSlider.activeBackground', 'scrollbarSlider.activeBackground'],
4949
['panel.background', 'workbenchBackground'],
5050
['sash.hoverBorder', 'focusBorder'],
51+
['button.background', 'textLink.foreground'],
52+
['menu.selectionBackground', 'button.background'],
5153
[
5254
'button.hoverBackground',
5355
'button.background',

0 commit comments

Comments
 (0)