Make theme selector match other selector styling
This commit is contained in:
parent
99e34db0ec
commit
853acccbc2
2 changed files with 6 additions and 2 deletions
|
@ -76,7 +76,7 @@ impl View for FileFinder {
|
|||
Container::new(
|
||||
Flex::new(Axis::Vertical)
|
||||
.with_child(
|
||||
Container::new(ChildView::new(&self.query_editor).boxed())
|
||||
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