chore: fixes after libcosmic update
This commit is contained in:
parent
cdec335ac7
commit
355423a027
4 changed files with 23 additions and 11 deletions
|
|
@ -71,6 +71,7 @@ pub fn context_menu<'a>(
|
|||
color.alpha *= 0.75;
|
||||
TextStyle {
|
||||
color: Some(color.into()),
|
||||
..Default::default()
|
||||
}
|
||||
}
|
||||
fn disabled_style(theme: &cosmic::Theme) -> TextStyle {
|
||||
|
|
@ -78,6 +79,7 @@ pub fn context_menu<'a>(
|
|||
color.alpha *= 0.5;
|
||||
TextStyle {
|
||||
color: Some(color.into()),
|
||||
..Default::default()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue