improv: use current design for nav bar toggle button

This commit is contained in:
Michael Aaron Murphy 2023-01-09 22:59:39 +01:00 committed by Michael Murphy
parent c4bd0fa3d8
commit 352bf8e401
7 changed files with 81 additions and 79 deletions

View file

@ -16,8 +16,8 @@ pub use self::list::*;
pub mod nav_bar;
pub use nav_bar::nav_bar;
pub mod nav_button;
pub use self::nav_button::{nav_button, NavButton};
pub mod nav_bar_toggle;
pub use self::nav_bar_toggle::{nav_bar_toggle, NavBarToggle};
mod toggler;
pub use toggler::toggler;