formatting fixes

This commit is contained in:
Keith Simmons 2022-03-09 10:42:27 -08:00
parent 853acccbc2
commit 5aad1ff788
3 changed files with 12 additions and 6 deletions

View file

@ -76,7 +76,8 @@ impl View for FileFinder {
Container::new(
Flex::new(Axis::Vertical)
.with_child(
ChildView::new(&self.query_editor).contained()
ChildView::new(&self.query_editor)
.contained()
.with_style(settings.theme.selector.input_editor.container)
.boxed(),
)