RibirX / Ribir

Non-intrusive GUI framework for Rust
https://ribir.org
MIT License
907 stars 19 forks source link

`Label` doesn't seem to have a material theme font applied. #634

Open Jhonfunk opened 1 month ago

Jhonfunk commented 1 month ago
          @FilledButton {
                @ { Label::new("OK") }
            }

It seems that theLabelis just using the system default font, not the embedded Roboto font.

M-Adoo commented 1 month ago

The FillButton will utilize the font style specified for it. Additionally, we plan to remove the Label and refactor the widgets crate shortly.