summaryrefslogtreecommitdiff
path: root/material_theme/src
diff options
context:
space:
mode:
Diffstat (limited to 'material_theme/src')
-rw-r--r--material_theme/src/lib.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/material_theme/src/lib.rs b/material_theme/src/lib.rs
index a4eea24..ba9d478 100644
--- a/material_theme/src/lib.rs
+++ b/material_theme/src/lib.rs
@@ -69,6 +69,11 @@ impl Base for Theme {
text_color: self.colorscheme.surface.on_surface,
}
}
+
+ fn palette(&self) -> Option<iced_widget::theme::Palette> {
+ // TODO: create a Palette
+ None
+ }
}
#[cfg(feature = "animate")]