UI refinements + Popover (#3377)

[[PR Description]]

- Update default ui_font_size
- Update toolbar style
- Start on ui::Popover

Release Notes:

- N/A
This commit is contained in:
Nate Butler 2023-11-21 13:49:10 -05:00 committed by GitHub
commit 6fe7b22164
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 108 additions and 4 deletions

View file

@ -10,6 +10,7 @@ mod input;
mod keybinding;
mod label;
mod list;
mod popover;
mod slot;
mod stack;
mod toggle;
@ -30,6 +31,7 @@ pub use input::*;
pub use keybinding::*;
pub use label::*;
pub use list::*;
pub use popover::*;
pub use slot::*;
pub use stack::*;
pub use toggle::*;