Fix stories
co-authored-by: Piotrek <piotr@zed.dev>
This commit is contained in:
parent
8049ec674e
commit
a844bf7d41
14 changed files with 22 additions and 62 deletions
|
@ -215,7 +215,7 @@ mod stories {
|
|||
let icons = Icon::iter();
|
||||
|
||||
Story::container(cx)
|
||||
.child(Story::title_for::<_, IconElement>(cx))
|
||||
.child(Story::title_for::<IconElement>(cx))
|
||||
.child(Story::label(cx, "All Icons"))
|
||||
.child(div().flex().gap_3().children(icons.map(IconElement::new)))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue