mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 20:55:41 +00:00
fix: update hover background color in dark theme (#6666)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user