From 52bc409a1a42988105fcb2668ce7a5ed46ea4e6d Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Wed, 13 Sep 2023 16:00:51 +0200 Subject: [PATCH] chore: re-export `theme::style` to `style` --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index b2da43e..0f1b76c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;