Add storybook3

This commit is contained in:
Conrad Irwin 2023-11-16 19:39:59 -07:00
parent 074a221e0f
commit 547888942f
6 changed files with 105 additions and 2 deletions

View file

@ -12,7 +12,6 @@ impl Story {
.flex_col()
.pt_2()
.px_4()
.font("Zed Mono")
.bg(cx.theme().colors().background)
}