Checkpoint
This commit is contained in:
parent
a0416e9c6d
commit
d120d0cf2e
5 changed files with 51 additions and 35 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue