summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-07 00:19:24 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-07 00:19:24 +0100
commit6785a452eea5f6b6f69bac123789245dacbc936e (patch)
treea10a831b7c250edcdd64dab1914eae65f520521b /src
parent905f2160e6eb7504f52d9bd62c7bfa42c8ec2902 (diff)
downloadiced-6785a452eea5f6b6f69bac123789245dacbc936e.tar.gz
iced-6785a452eea5f6b6f69bac123789245dacbc936e.tar.bz2
iced-6785a452eea5f6b6f69bac123789245dacbc936e.zip
Fix broken links in documentation
Diffstat (limited to 'src')
-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)
}