Merge branch 'main' into fix-typos

This commit is contained in:
Mikayla Maki 2024-01-17 14:36:03 -08:00 committed by GitHub
commit 0711476fd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
60 changed files with 1325 additions and 526 deletions

View file

@ -113,7 +113,7 @@ impl Render for IconButtonStory {
StoryContainer::new(
"Icon Button",
"crates/ui2/src/components/stories/icon_button.rs",
"crates/ui/src/components/stories/icon_button.rs",
)
.child(StorySection::new().children(buttons))
.child(

View file

@ -9,7 +9,7 @@ impl Render for ToggleButtonStory {
fn render(&mut self, _cx: &mut ViewContext<Self>) -> impl IntoElement {
StoryContainer::new(
"Toggle Button",
"crates/ui2/src/components/stories/toggle_button.rs",
"crates/ui/src/components/stories/toggle_button.rs",
)
.child(
StorySection::new().child(