Update to use cosmic::theme::Theme

This commit is contained in:
Jeremy Soller 2022-11-09 08:03:13 -07:00
parent 5cca5dd058
commit ecf61a93b1
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
3 changed files with 24 additions and 18 deletions

View file

@ -1,15 +1,14 @@
// SPDX-License-Identifier: MIT OR Apache-2.0
use cosmic::{
Element,
iced::{
self,
Color,
Alignment,
Application,
Command,
Element,
Length,
Theme,
widget::{
column,
horizontal_space,
@ -18,6 +17,7 @@ use cosmic::{
},
},
settings,
theme::Theme,
widget::{
button,
toggler,