Checkpoint

This commit is contained in:
Nathan Sobo 2023-09-21 14:10:53 -06:00
parent a0416e9c6d
commit d120d0cf2e
5 changed files with 51 additions and 35 deletions

View file

@ -52,7 +52,7 @@ fn main() {
}
fn storybook<V: 'static>(cx: &mut ViewContext<V>) -> impl Element {
workspace().themed(current_theme(cx))
workspace(cx).themed(current_theme(cx))
}
// Nathan: During the transition to gpui2, we will include the base theme on the legacy Theme struct.