chore: more style updates

This commit is contained in:
Ashley Wulber 2025-07-23 17:42:15 -04:00 committed by Michael Murphy
parent 8c4cb2e54f
commit 8ebd06bed0
3 changed files with 3 additions and 3 deletions

View file

@ -766,7 +766,7 @@ impl menu::Catalog for Theme {
radius: cosmic.corner_radii.radius_m.into(),
..Default::default()
},
selected_text_color: cosmic.accent.base.into(),
selected_text_color: cosmic.accent_text_color().into(),
selected_background: Background::Color(cosmic.background.component.hover.into()),
}
}