fix: update hover background color in dark theme (#6666)

This commit is contained in:
Abhishek S Lal
2026-01-05 17:28:49 +05:30
committed by GitHub
parent d616be7271
commit 1030d02ac7

View File

@@ -241,7 +241,7 @@ const darkTheme = {
color: palette.text.BASE,
iconColor: palette.text.SUBTEXT2,
bg: palette.background.MANTLE,
hoverBg: palette.background.MANTLE,
hoverBg: palette.background.SURFACE0,
shadow: 'none',
border: palette.border.BORDER1,
separator: palette.border.BORDER1,