feat(widget): add typography functions to text module

This commit is contained in:
Michael Aaron Murphy 2023-09-01 07:19:32 +02:00 committed by Michael Murphy
parent 57c2ea7b62
commit c45556d8e3
2 changed files with 75 additions and 8 deletions

View file

@ -60,7 +60,7 @@ pub mod settings;
pub mod spin_button;
pub use spin_button::{spin_button, SpinButton};
mod text;
pub mod text;
pub use text::{text, Text};
mod toggler;