chore: fixes after libcosmic update

This commit is contained in:
Hojjat 2026-05-26 10:51:59 -06:00 committed by Ashley Wulber
parent cdec335ac7
commit 355423a027
4 changed files with 23 additions and 11 deletions

View file

@ -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()
}
}