Add more pages to example

This commit is contained in:
Jeremy Soller 2022-12-20 14:38:32 -07:00
parent fe825a3f40
commit 0ad2ffe2d4
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
2 changed files with 67 additions and 20 deletions

View file

@ -36,7 +36,7 @@ pub mod nav_bar {
.vertical_alignment($crate::iced::alignment::Vertical::Center),
$crate::iced::widget::horizontal_space($crate::iced::Length::Fill),
)
.padding([0, 16])
.padding([4, 16])
.spacing(8)
)
.style(if $active {