chore: re-export theme::style to style

This commit is contained in:
Michael Aaron Murphy 2023-09-13 16:00:51 +02:00 committed by Michael Murphy
parent 5cd9d74189
commit 52bc409a1a

View file

@ -55,7 +55,7 @@ pub mod keyboard_nav;
pub use sctk;
pub mod theme;
pub use theme::Theme;
pub use theme::{style, Theme};
pub mod widget;