Unify icons using multiple variants, remove all unused icons
This commit is contained in:
parent
f4e40b3411
commit
24974ee2fa
514 changed files with 86 additions and 4033 deletions
|
@ -1735,7 +1735,7 @@ impl EditorElement {
|
|||
enum JumpIcon {}
|
||||
MouseEventHandler::new::<JumpIcon, _>((*id).into(), cx, |state, _| {
|
||||
let style = style.jump_icon.style_for(state);
|
||||
Svg::new("icons/arrow_up_right_8.svg")
|
||||
Svg::new("icons/arrow_up_right.svg")
|
||||
.with_color(style.color)
|
||||
.constrained()
|
||||
.with_width(style.icon_width)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue