Open Jhonfunk opened 1 month ago
@FilledButton { @ { Label::new("OK") } }
It seems that theLabelis just using the system default font, not the embedded Roboto font.
Label
The FillButton will utilize the font style specified for it. Additionally, we plan to remove the Label and refactor the widgets crate shortly.
FillButton
It seems that the
Label
is just using the system default font, not the embedded Roboto font.