formatting fixes
This commit is contained in:
parent
853acccbc2
commit
5aad1ff788
3 changed files with 12 additions and 6 deletions
|
@ -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(),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue