fix(network): vpn dropdown styling

This commit is contained in:
Ashley Wulber 2025-04-09 16:23:32 -04:00 committed by Michael Murphy
parent 202e739222
commit 78ba1212da

View file

@ -822,7 +822,8 @@ fn devices_view() -> Section<crate::pages::Message> {
)) ))
.width(Length::Fixed(200.0)) .width(Length::Fixed(200.0))
.apply(widget::container) .apply(widget::container)
.class(cosmic::style::Container::Dialog) .padding(1)
.class(cosmic::style::Container::Dropdown)
}) })
.apply(|e| Some(Element::from(e))) .apply(|e| Some(Element::from(e)))
} else { } else {