Add Shape enum to avatar component, refactor UITextSize to styles/typography.rs

This commit is contained in:
Nate Butler 2023-11-21 00:59:29 -05:00
parent 205607a9cd
commit 56d45e72cd
4 changed files with 36 additions and 140 deletions

View file

@ -1,2 +1,4 @@
mod elevation;
mod typography;
pub use elevation::*;
pub use typography::*;