fix: fallback to Cosmic icon theme

This commit is contained in:
Ashley Wulber 2024-03-19 16:09:52 -04:00 committed by Jeremy Soller
parent 59e5f2ff38
commit 61427b25b0
3 changed files with 29 additions and 22 deletions

View file

@ -8,7 +8,7 @@ use cosmic::{
iced_core::id,
theme::ThemeType,
widget::{
button, color_picker::ColorPickerUpdate, cosmic_container::container, dropdown, icon,
button, color_picker::ColorPickerUpdate, dropdown, icon, layer_container as container,
segmented_button, segmented_control, settings, spin_button, tab_bar, toggler,
ColorPickerModel,
},