mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 10:59:53 +00:00
commit
24698b61fd
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ fn toggle_replace_button<V: View>(
|
|||
button_style: ToggleIconButtonStyle,
|
||||
) -> AnyElement<V> {
|
||||
Button::dynamic_action(Box::new(ToggleReplace))
|
||||
.with_tooltip("Toggle replace", tooltip_style)
|
||||
.with_tooltip("Toggle Replace", tooltip_style)
|
||||
.with_contents(theme::components::svg::Svg::new("icons/replace.svg"))
|
||||
.toggleable(active)
|
||||
.with_style(button_style)
|
||||
|
|
Loading…
Reference in a new issue