diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sandbox.rs | 4 |
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) } |