Update sctk, libcosmic, cosmic-client-toolkit
This commit is contained in:
parent
4ce5a8b8ac
commit
6d7727a5d0
15 changed files with 58 additions and 269 deletions
|
|
@ -9,7 +9,7 @@ use cosmic::iced::{
|
|||
};
|
||||
|
||||
use cosmic::iced_style::application::{self, Appearance};
|
||||
use cosmic::iced_style::svg;
|
||||
|
||||
use cosmic::theme::Svg;
|
||||
use cosmic::widget::{divider, icon, toggler};
|
||||
use cosmic::Renderer;
|
||||
|
|
@ -185,7 +185,5 @@ fn row_button(
|
|||
}
|
||||
|
||||
fn text_icon(name: &str, size: u16) -> cosmic::widget::Icon {
|
||||
icon(name, size).style(Svg::Custom(|theme| svg::Appearance {
|
||||
color: Some(theme.palette().text),
|
||||
}))
|
||||
icon(name, size).style(Svg::Symbolic)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue