cleanup(applet): replace todo for text size
This commit is contained in:
parent
4bbb6c3cab
commit
be329403c1
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ impl Context {
|
|||
Size::PanelSize(PanelSize::M) => crate::widget::text::title3,
|
||||
Size::PanelSize(PanelSize::S) => crate::widget::text::title4,
|
||||
Size::PanelSize(PanelSize::XS) => crate::widget::text::body,
|
||||
Size::Hardcoded(_) => todo!(),
|
||||
Size::Hardcoded(_) => crate::widget::text,
|
||||
};
|
||||
t(msg)
|
||||
.style(crate::theme::Text::Color(Color::from(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue