Flatten theme styles by eliminating top-level ui key
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com> Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
co-authored by
Max Brunsfeld
Antonio Scandurra
parent
9b7756f566
commit
9ff764983d
@@ -885,7 +885,7 @@ impl View for Workspace {
|
||||
.with_children(self.modal.as_ref().map(|m| ChildView::new(m.id()).boxed()))
|
||||
.boxed(),
|
||||
)
|
||||
.with_background_color(settings.theme.ui.background)
|
||||
.with_background_color(settings.theme.workspace.background)
|
||||
.named("workspace")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user