We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b321e98 commit 851acd5Copy full SHA for 851acd5
1 file changed
src/widglets/mod.rs
@@ -73,7 +73,7 @@ pub fn heading<'a>(
73
74
widget::text(text)
75
.size(iced::Settings::default().default_text_size * font_mult)
76
- .style(move |theme: &iced::Theme| {
+ .style(move |_theme: &iced::Theme| {
77
let c = match level {
78
HeadingLevel::Subheading => Some(iced::color!(140, 140, 150)),
79
_ => None,
0 commit comments