Fix rebase mistake

This commit is contained in:
Mikayla Maki 2023-06-20 16:09:17 -07:00
parent b1b4b563c2
commit f1dc6124dd
No known key found for this signature in database

View file

@ -1527,7 +1527,7 @@ impl EditorElement {
enum JumpIcon {}
MouseEventHandler::<JumpIcon, _>::new((*id).into(), cx, |state, _| {
let style = style.jump_icon.style_for(state, false);
let style = style.jump_icon.style_for(state);
Svg::new("icons/arrow_up_right_8.svg")
.with_color(style.color)
.constrained()