Fix broken links in documentation
This commit is contained in:
parent
905f2160e6
commit
6785a452ee
7 changed files with 8 additions and 23 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue