refactor!(widget): rename view_switcher to tab_bar to match Figma docs
This commit is contained in:
parent
bfc84c4759
commit
ff9438c5ba
5 changed files with 14 additions and 16 deletions
|
|
@ -38,7 +38,7 @@ where
|
|||
.button_spacing(space_xxs)
|
||||
.spacing(space_xxs)
|
||||
.on_activate(on_activate)
|
||||
.style(crate::theme::SegmentedButton::ViewSwitcher)
|
||||
.style(crate::theme::SegmentedButton::TabBar)
|
||||
.apply(scrollable)
|
||||
.height(Length::Fill)
|
||||
.apply(container)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue