refactor!(widget): rename segmented_selection to segmented_control to match Figma docs

This commit is contained in:
Michael Aaron Murphy 2024-02-26 16:20:24 +01:00 committed by Michael Murphy
parent 366a450977
commit bfc84c4759
6 changed files with 11 additions and 11 deletions

View file

@ -166,7 +166,7 @@ mod scrollable;
pub use scrollable::*;
pub mod segmented_button;
pub mod segmented_selection;
pub mod segmented_control;
pub mod settings;