Use link_text_hover for go-to-definition links

This commit is contained in:
Marshall Bowers 2023-12-19 18:24:52 -05:00
parent 53b76e3e4d
commit a0224b975b

View file

@ -491,7 +491,7 @@ pub fn show_link_definition(
thickness: px(1.), thickness: px(1.),
..Default::default() ..Default::default()
}), }),
color: Some(gpui::red()), color: Some(cx.theme().colors().link_text_hover),
..Default::default() ..Default::default()
}; };
let highlight_range = let highlight_range =