diff --git a/crates/search/src/search_bar.rs b/crates/search/src/search_bar.rs index f227ced0d42c82e4b6310a0b27651f163b2c63d6..7d3c5261ea759c9a58d5442de4630621c87044f9 100644 --- a/crates/search/src/search_bar.rs +++ b/crates/search/src/search_bar.rs @@ -190,7 +190,6 @@ pub(crate) fn render_option_button_icon( .with_width(style.icon_width) .contained() .with_style(style.container) - // .aligned() .constrained() .with_height(theme.search.option_button_height) .with_width(style.button_width)