fix(applet): remove text color style
This commit is contained in:
parent
be329403c1
commit
54eb5487b4
1 changed files with 1 additions and 5 deletions
|
|
@ -291,11 +291,7 @@ impl Context {
|
|||
Size::PanelSize(PanelSize::XS) => crate::widget::text::body,
|
||||
Size::Hardcoded(_) => crate::widget::text,
|
||||
};
|
||||
t(msg)
|
||||
.style(crate::theme::Text::Color(Color::from(
|
||||
THEME.with(|t| t.borrow().cosmic().on_bg_color()),
|
||||
)))
|
||||
.font(crate::font::FONT)
|
||||
t(msg).font(crate::font::FONT)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue