mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 21:00:35 +00:00
Use element_hover instead of red
This commit is contained in:
parent
8c53f1b9c2
commit
fc4b621b32
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ pub fn hover_at_inlay(editor: &mut Editor, inlay_hover: InlayHover, cx: &mut Vie
|
|||
// Highlight the selected symbol using a background highlight
|
||||
this.highlight_inlay_background::<HoverState>(
|
||||
vec![inlay_hover.range],
|
||||
|theme| gpui::red(), // todo!("use a proper background here")
|
||||
|theme| theme.element_hover, // todo!("use a proper background here")
|
||||
cx,
|
||||
);
|
||||
this.hover_state.info_popover = Some(hover_popover);
|
||||
|
|
Loading…
Reference in a new issue