Add Shape enum to avatar component, refactor UITextSize to styles/typography.rs
This commit is contained in:
parent
205607a9cd
commit
56d45e72cd
4 changed files with 36 additions and 140 deletions
|
@ -1,2 +1,4 @@
|
|||
mod elevation;
|
||||
mod typography;
|
||||
pub use elevation::*;
|
||||
pub use typography::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue