summaryrefslogtreecommitdiffstats
path: root/src/sandbox.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sandbox.rs')
-rw-r--r--src/sandbox.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sandbox.rs b/src/sandbox.rs
index 815652ae..ab0e8d3d 100644
--- a/src/sandbox.rs
+++ b/src/sandbox.rs
@@ -120,9 +120,7 @@ pub trait Sandbox {
Theme::default()
}
- /// Returns the current style variant of [`theme::Application`].
- ///
- /// By default, it returns [`theme::Application::default`].
+ /// Returns the current [`application::Appearance`].
fn style(&self, theme: &Theme) -> application::Appearance {
crate::shell::application::default(theme)
}