Update libcosmic

This commit is contained in:
Lily Foster 2024-02-23 19:25:35 -05:00 committed by Jeremy Soller
parent f8da96e43e
commit 1bded07bfd
4 changed files with 569 additions and 253 deletions

View file

@ -999,7 +999,7 @@ impl cosmic::Application for App {
theme,
&cosmic::theme::Container::Background,
);
appearance.border_radius = 16.0.into();
appearance.border = iced::Border::with_radius(16.0);
appearance
},
)))