Finish rename correctly

This commit is contained in:
Mikayla 2023-08-18 15:26:36 -07:00
parent 4c3227ce2a
commit 4c15f26eba
No known key found for this signature in database

View file

@ -98,7 +98,7 @@ impl SearchOptions {
.with_contents(Svg::new(self.icon()))
.toggleable(active)
.with_style(button_style)
.into_element()
.element()
.into_any()
}
}