diff --git a/style/src/theme.rs b/style/src/theme.rs index 0b56e101..6844039d 100644 --- a/style/src/theme.rs +++ b/style/src/theme.rs @@ -275,6 +275,10 @@ impl application::StyleSheet for Theme { Application::Custom(custom) => custom.appearance(self), } } + + fn palette(&self) -> Option { + Some(self.palette()) + } } impl application::Appearance> application::StyleSheet for T {