Fix nav button padding

This commit is contained in:
Jeremy Soller 2022-12-21 10:06:50 -07:00
parent fbda6a4f07
commit 478b399365
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -20,10 +20,9 @@ pub mod nav_bar {
.vertical_alignment($crate::iced::alignment::Vertical::Center),
$crate::iced::widget::horizontal_space($crate::iced::Length::Fill),
)
// Adjusted down due to border radius?
.padding([5, 11])
.spacing(8)
)
.padding([10, 16])
.style(if $active {
$crate::theme::Button::LinkActive
} else {