Use custom style for workspace items

None of the default styles seem to work quite right here.
This commit is contained in:
Ian Douglas Scott 2024-04-25 14:10:09 -07:00
parent 7997d58ce7
commit 8f571e9e25
2 changed files with 31 additions and 7 deletions

View file

@ -671,12 +671,6 @@ impl Application for App {
fn core_mut(&mut self) -> &mut cosmic::app::Core {
&mut self.core
}
fn style(
&self,
) -> Option<<cosmic::Theme as cosmic::iced_style::application::StyleSheet>::Style> {
Some(cosmic::theme::style::iced::Application::default())
}
}
fn init_localizer() {