Update libcosmic

This commit is contained in:
Jeremy Soller 2023-03-14 13:41:49 -06:00
parent aed6b9b0c8
commit f091b51888
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
4 changed files with 215 additions and 214 deletions

View file

@ -7,7 +7,7 @@ use cosmic::{
Alignment, Application, Color, Command, Length,
},
settings,
theme::{self, Theme},
theme::{self, Theme, ThemeType},
widget::{button, segmented_button, toggler, view_switcher},
Element,
};
@ -174,7 +174,7 @@ impl Application for Window {
(
Window {
theme: Theme::Dark,
theme: Theme::dark(),
tab_model,
},
Command::none(),