summaryrefslogtreecommitdiff
path: root/src/appearance.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/appearance.rs')
-rw-r--r--src/appearance.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appearance.rs b/src/appearance.rs
index 78e782d..4d73ec5 100644
--- a/src/appearance.rs
+++ b/src/appearance.rs
@@ -1,6 +1,6 @@
use std::sync::Arc;
-use material_theme::Theme;
+use iced_material::Theme;
pub fn iced_theme_from_str(theme_name: &str) -> iced::Theme {
match theme_name {