improv(segmented_button): nav bar, tab, and segmented control theme improvements
This commit is contained in:
parent
562e885872
commit
8badf73383
8 changed files with 279 additions and 256 deletions
|
|
@ -149,7 +149,7 @@ impl<'a, Message: Clone + 'static> From<NavBar<'a, Message>>
|
|||
.button_padding([space_s, space_xxs, space_s, space_xxs])
|
||||
.button_spacing(space_xxs)
|
||||
.spacing(space_xxs)
|
||||
.style(crate::theme::SegmentedButton::TabBar)
|
||||
.style(crate::theme::SegmentedButton::NavBar)
|
||||
.apply(container)
|
||||
.padding(space_xxs)
|
||||
.apply(scrollable)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue